mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-22 07:01:28 +00:00
fix: ci builds
This commit is contained in:
parent
98b9660956
commit
2d3cbd26b8
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
.gitignore
vendored
1
.gitignore
vendored
@ -107,5 +107,6 @@ tests/*/videos
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
||||
# Andrew's crazy Volar shim generator
|
||||
shims-volar.d.ts
|
||||
|
1
packages/hoppscotch-app/.gitignore
vendored
1
packages/hoppscotch-app/.gitignore
vendored
@ -107,5 +107,6 @@ tests/*/videos
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
||||
# Andrew's crazy Volar shim generator
|
||||
shims-volar.d.ts
|
||||
|
Loading…
Reference in New Issue
Block a user