This commit is contained in:
parent
eb2353cdb5
commit
7cd87d4c31
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue