fix: ci builds
This commit is contained in:
parent
98b9660956
commit
2d3cbd26b8
3 changed files with 3 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -29,4 +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 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
|
# Local Netlify folder
|
||||||
.netlify
|
.netlify
|
||||||
|
|
||||||
# Andrew's crazy Volar shim generator
|
# Andrew's crazy Volar shim generator
|
||||||
shims-volar.d.ts
|
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
|
# Local Netlify folder
|
||||||
.netlify
|
.netlify
|
||||||
|
|
||||||
# Andrew's crazy Volar shim generator
|
# Andrew's crazy Volar shim generator
|
||||||
shims-volar.d.ts
|
shims-volar.d.ts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue