This commit is contained in:
parent
09cf881488
commit
422c869077
1 changed files with 5 additions and 1 deletions
|
|
@ -7,6 +7,10 @@ jobs:
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
with:
|
with:
|
||||||
version: 11.0.0-dev.1005
|
version: 11.0.0-dev.1005
|
||||||
run_install: true
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 24
|
||||||
|
cache: 'pnpm'
|
||||||
- run: cd e2e
|
- run: cd e2e
|
||||||
|
- run: pnpm install
|
||||||
- run: env PROJECT_FILTER=firefox ./Taskfile _test
|
- run: env PROJECT_FILTER=firefox ./Taskfile _test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue