Skip to content

Commit

Permalink
Revert changes to ci-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prushforth committed Apr 1, 2024
1 parent 2379925 commit a285b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 tab menu --workers=1 --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

0 comments on commit a285b04

Please sign in to comment.