debug: split tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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

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: