Skip to content

Commit

Permalink
Update ci-testing.yml
Browse files Browse the repository at this point in the history
Just run the flaky tests
  • Loading branch information
prushforth committed Apr 3, 2024
1 parent a285b04 commit b85e80d
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 --workers=1 --retries=3
- run: xvfb-run --auto-servernum -- npx playwright test layerContextMenuKeyboard popup --workers=1 --retries=3
# - run: xvfb-run --auto-servernum -- npm run jest
env:
CI: true

0 comments on commit b85e80d

Please sign in to comment.