fix: fix tests.yml

This commit is contained in:
Andrew Bastin
2021-09-10 12:54:29 +05:30
parent be6ceaab04
commit 85889c2cb9

View File

@@ -29,5 +29,4 @@ jobs:
- name: Install pnpm - name: Install pnpm
run: curl -f https://get.pnpm.io/v6.14.js | node - add --global pnpm@6 run: curl -f https://get.pnpm.io/v6.14.js | node - add --global pnpm@6
- name: Run tests - name: Run tests
- run: cd packages/hoppscotch-app && pnpm ci run: cd packages/hoppscotch-app && pnpm i && pnpm test
- run: pnpm test