fix: fix broken tests

This commit is contained in:
Andrew Bastin
2021-09-16 22:59:29 +05:30
parent 2d3cbd26b8
commit d4392416c8
4 changed files with 15 additions and 3 deletions

View File

@@ -29,4 +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: pnpm i && cd packages/hoppscotch-app && pnpm test
run: pnpm i && pnpm -r test