Skip to content

Commit

Permalink
temporary disable ui tests (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladysl committed Apr 18, 2024
1 parent b4c0e4b commit ac62047
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/run-playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,22 @@ jobs:
cache: 'gradle'
- name: Build docker container
run: ./gradlew jibDockerBuild -x test -x checkstyleMain -x checkstyleTest --image odd-platform:e2e-latest-build
- name: Start containers
run: |
cd tests
npm run odd-up
- name: Install dependencies
run: |
cd tests
npm ci
- name: Install Playwright Browsers
run: |
cd tests
npx playwright install --with-deps chromium
- name: Run Playwright tests
run: |
cd tests
npm run test:ci
# - name: Start containers
# run: |
# cd tests
# npm run odd-up
# - name: Install dependencies
# run: |
# cd tests
# npm ci
# - name: Install Playwright Browsers
# run: |
# cd tests
# npx playwright install --with-deps chromium
# - name: Run Playwright tests
# run: |
# cd tests
# npm run test:ci
- name: Upload Artifacts
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit ac62047

Please sign in to comment.