Skip to content

Commit

Permalink
CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Oct 4, 2024
1 parent 56ea0cc commit 799e2ff
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,8 @@ jobs:
key: docs-output-${{ github.run_id }}
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- run: npm run playwright
# - run: npm run playwright-e2e
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: test-results
retention-days: 5
- name: Install dependencies for CI integration tests
run: sudo apt-get install xvfb
- run: npm run test-int-x
- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 799e2ff

Please sign in to comment.