ci: fix pipeline arguments

This commit is contained in:
mutoe 2022-12-01 21:34:46 +08:00
parent d1e94c1efa
commit 7bbca095e1
No known key found for this signature in database
GPG Key ID: 7197231B847AE2EE
1 changed files with 1 additions and 1 deletions

View File

@ -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