ci: fix pipeline arguments
This commit is contained in:
parent
d1e94c1efa
commit
7bbca095e1
|
|
@ -93,7 +93,7 @@ jobs:
|
|||
cache: 'pnpm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --skip-integrity-check --non-interactive --no-progress
|
||||
run: pnpm install
|
||||
|
||||
- name: E2E test
|
||||
run: pnpm test:e2e:ci
|
||||
|
|
|
|||
Loading…
Reference in New Issue