fix: fix tests.yml
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -29,5 +29,4 @@ jobs:
|
||||
- name: Install pnpm
|
||||
run: curl -f https://get.pnpm.io/v6.14.js | node - add --global pnpm@6
|
||||
- name: Run tests
|
||||
- run: cd packages/hoppscotch-app && pnpm ci
|
||||
- run: pnpm test
|
||||
run: cd packages/hoppscotch-app && pnpm i && pnpm test
|
||||
Reference in New Issue
Block a user