This commit is contained in:
parent
09cf881488
commit
e3e77cbae3
1 changed files with 5 additions and 3 deletions
|
|
@ -4,9 +4,11 @@ jobs:
|
|||
runs-on: playwright-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 24
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 11.0.0-dev.1005
|
||||
run_install: true
|
||||
- run: cd e2e
|
||||
- run: env PROJECT_FILTER=firefox ./Taskfile _test
|
||||
- run: cd e2e && pnpm install
|
||||
- run: cd e2e && env PROJECT_FILTER=firefox ./Taskfile _test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue