This commit is contained in:
parent
348f416c53
commit
84ca0fe720
1 changed files with 4 additions and 1 deletions
|
|
@ -3,4 +3,7 @@ jobs:
|
|||
integration-test--firefox:
|
||||
runs-on: playwright-latest
|
||||
steps:
|
||||
- run: bash -c "cd e2e && env PROJECT_FILTER=firefox ./Taskfile _test"
|
||||
- uses: actions/checkout@v4
|
||||
- run: cd e2e
|
||||
- run: pnpm i
|
||||
- run: env PROJECT_FILTER=firefox ./Taskfile _test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue