Skip to content

Commit a285b04

Browse files
committed
Revert changes to ci-testing.yml
1 parent 2379925 commit a285b04

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 tab menu --workers=1 --retries=3
21+
- run: xvfb-run --auto-servernum -- npx playwright test --workers=1 --retries=3
2222
# - run: xvfb-run --auto-servernum -- npm run jest
2323
env:
2424
CI: true

0 commit comments

Comments
 (0)