This commit is contained in:
parent
09cf881488
commit
c1b767da01
1 changed files with 9 additions and 3 deletions
|
|
@ -7,6 +7,12 @@ jobs:
|
|||
- 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
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 24
|
||||
cache: 'pnpm'
|
||||
working_directory: e2e
|
||||
- run: pnpm install
|
||||
working_directory: e2e
|
||||
- run: env PROJECT_FILTER=firefox e2e/Taskfile _test
|
||||
working_directory: e2e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue