chore: fix broken ci

This commit is contained in:
Andrew Bastin 2022-12-02 11:01:53 -05:00
parent 3d004f2322
commit 9d8d6832af
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Environment
run: mv packages/hoppscotch-web/.env.example packages/hoppscotch-web/.env
run: mv .env.example .env
- name: Setup and run pnpm install
uses: pnpm/action-setup@v2.2.2

View File

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Environment
run: mv packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env
run: mv .env.example .env
- name: Setup and run pnpm install
uses: pnpm/action-setup@v2.2.2