File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -59,22 +59,22 @@ jobs:
59
59
cache : ' gradle'
60
60
- name : Build docker container
61
61
run : ./gradlew jibDockerBuild -x test -x checkstyleMain -x checkstyleTest --image odd-platform:e2e-latest-build
62
- - name : Start containers
63
- run : |
64
- cd tests
65
- npm run odd-up
66
- - name : Install dependencies
67
- run : |
68
- cd tests
69
- npm ci
70
- - name : Install Playwright Browsers
71
- run : |
72
- cd tests
73
- npx playwright install --with-deps chromium
74
- - name : Run Playwright tests
75
- run : |
76
- cd tests
77
- npm run test:ci
62
+ # - name: Start containers
63
+ # run: |
64
+ # cd tests
65
+ # npm run odd-up
66
+ # - name: Install dependencies
67
+ # run: |
68
+ # cd tests
69
+ # npm ci
70
+ # - name: Install Playwright Browsers
71
+ # run: |
72
+ # cd tests
73
+ # npx playwright install --with-deps chromium
74
+ # - name: Run Playwright tests
75
+ # run: |
76
+ # cd tests
77
+ # npm run test:ci
78
78
- name : Upload Artifacts
79
79
uses : actions/upload-artifact@v3
80
80
if : always()
You can’t perform that action at this time.
0 commit comments