Skip to content

Commit

Permalink
Update ci-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prushforth authored Mar 23, 2024
1 parent 86bafc1 commit d98971f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: npx playwright install --with-deps
- run: npm install -g grunt-cli
- run: grunt default
- run: xvfb-run --auto-servernum -- npx playwright test --retries=3
- run: xvfb-run --auto-servernum -- npx playwright test --workers=1 --retries=3
# - run: xvfb-run --auto-servernum -- npm run jest
env:
CI: true
CI: true

0 comments on commit d98971f

Please sign in to comment.