debug: split tests
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2024-01-10 21:07:36 +05:30
parent eb2353cdb5
commit 7cd87d4c31
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ steps:
- npm ci
- npx playwright install --with-deps
- npx playwright test --project=firefox --grep @setup
- npx playwright test --grep-invert @setup
- npx playwright test --project=firefox --grep-invert @setup
- npx playwright test --project=chromium --grep-invert @setup
services:
forgejo: