Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

temporary disable ui tests #1663

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading