chore: fix issues with broken ci scripts

This commit is contained in:
Andrew Bastin
2022-10-07 01:51:32 +05:30
parent 0798063213
commit fcd61436c8
2 changed files with 5 additions and 3 deletions

View File

@@ -12,15 +12,15 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Environment
run: mv packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env
- name: Setup and run pnpm install
uses: pnpm/action-setup@v2.2.2
with:
version: 7
run_install: true
- name: Setup Environment
run: mv packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env
- name: Build Site
env:
VITE_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}

View File

@@ -15,6 +15,8 @@ jobs:
- name: Setup and run pnpm install
uses: pnpm/action-setup@v2.2.2
env:
VITE_BACKEND_GQL_URL: ${{ secrets.STAGING_BACKEND_GQL_URL }}
with:
version: 7
run_install: true