pnpm setup with explicit version
Some checks failed
/ integration-test--firefox (push) Failing after 4s
Some checks failed
/ integration-test--firefox (push) Failing after 4s
This commit is contained in:
parent
6d39468e69
commit
09cf881488
1 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,9 @@ jobs:
|
||||||
runs-on: playwright-latest
|
runs-on: playwright-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: cd e2e
|
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
|
with:
|
||||||
|
version: 11.0.0-dev.1005
|
||||||
run_install: true
|
run_install: true
|
||||||
|
- run: cd e2e
|
||||||
- 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