Skip to content

Commit ac62047

Browse files
authored
temporary disable ui tests (#1663)
1 parent b4c0e4b commit ac62047

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/run-playwright-tests.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -59,22 +59,22 @@ jobs:
5959
cache: 'gradle'
6060
- name: Build docker container
6161
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
7878
- name: Upload Artifacts
7979
uses: actions/upload-artifact@v3
8080
if: always()

0 commit comments

Comments
 (0)