Skip to content

Commit

Permalink
fix: ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas committed Sep 16, 2021
1 parent 98b9660 commit 2d3cbd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: cd packages/hoppscotch-app && pnpm i && pnpm test
run: pnpm i && cd packages/hoppscotch-app && pnpm test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@ tests/*/videos

# Local Netlify folder
.netlify

# Andrew's crazy Volar shim generator
shims-volar.d.ts
1 change: 1 addition & 0 deletions packages/hoppscotch-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@ tests/*/videos

# Local Netlify folder
.netlify

# Andrew's crazy Volar shim generator
shims-volar.d.ts

0 comments on commit 2d3cbd2

Please sign in to comment.