Skip to content

Commit d98971f

Browse files
authored
Update ci-testing.yml
1 parent 86bafc1 commit d98971f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 2 deletions
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 --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:
24-
CI: true
24+
CI: true

0 commit comments

Comments
 (0)