Skip to content

Commit b85e80d

Browse files
authored
Update ci-testing.yml
Just run the flaky tests
1 parent a285b04 commit b85e80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: npx playwright install --with-deps
1919
- run: npm install -g grunt-cli
2020
- run: grunt default
21-
- run: xvfb-run --auto-servernum -- npx playwright test --workers=1 --retries=3
21+
- run: xvfb-run --auto-servernum -- npx playwright test layerContextMenuKeyboard popup --workers=1 --retries=3
2222
# - run: xvfb-run --auto-servernum -- npm run jest
2323
env:
2424
CI: true

0 commit comments

Comments
 (0)