File tree Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
- name : Test-e2e
2
- on : [push, pull_request]
3
- jobs :
4
- build :
5
- name : Test-e2e
6
- runs-on : ubuntu-latest
7
- timeout-minutes : 10
8
- steps :
9
- - name : Check out code
10
- uses : actions/checkout@v4
11
- - uses : actions/setup-python@v4
12
- with :
13
- python-version : ' 3.11.4'
14
- cache : ' pip'
15
- - uses : actions/setup-node@v3
16
- with :
17
- cache : ' yarn'
18
- node-version : ' v20.12.1'
19
- - name : Install dependencies
20
- run : |
21
- sudo apt-get update
22
- sudo apt-get install -y python3-setuptools python3-pip python3-virtualenv chromium-browser libgbm1
23
- make install
24
- - name : DB setup
25
- run : |
26
- make migrate-upgrade
27
- python cre.py --upstream_sync
28
- - name : Run app and e2e tests
29
- run : |
30
- make e2e
1
+ # name: Test-e2e
2
+ # on: [push, pull_request]
3
+ # jobs:
4
+ # build:
5
+ # name: Test-e2e
6
+ # runs-on: ubuntu-latest
7
+ # timeout-minutes: 10
8
+ # steps:
9
+ # - name: Check out code
10
+ # uses: actions/checkout@v4
11
+ # - uses: actions/setup-python@v4
12
+ # with:
13
+ # python-version: '3.11.4'
14
+ # cache: 'pip'
15
+ # - uses: actions/setup-node@v3
16
+ # with:
17
+ # cache: 'yarn'
18
+ # node-version: 'v20.12.1'
19
+ # - name: Install dependencies
20
+ # run: |
21
+ # sudo apt-get update
22
+ # sudo apt-get install -y python3-setuptools python3-pip python3-virtualenv chromium-browser libgbm1
23
+ # make install
24
+ # - name: DB setup
25
+ # run: |
26
+ # make migrate-upgrade
27
+ # python cre.py --upstream_sync
28
+ # # - name: Run app and e2e tests
29
+ # run: |
30
+ # make e2e
You can’t perform that action at this time.
0 commit comments