Skip to content

Commit

Permalink
chore: Update test workflow to include legacy peer dependencies insta…
Browse files Browse the repository at this point in the history
…llation
  • Loading branch information
lokeshwar777 committed May 31, 2024
1 parent 846030f commit 498e54f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ jobs:
mkdir -p private
echo "${{ secrets.FIREBASE_SERVICE_ACCOUNT_CODELABZ_2CD64 }}" > private/cl-dev-pk.json
- name: Install Root Dependencies
run: npm install --legacy-peer-deps

- name: Install Functions Dependencies
run: cd functions && npm install --legacy-peer-deps

Expand All @@ -76,6 +73,7 @@ jobs:
with:
config-file: cypress.config.js
group: "GitHub Actions"
install-command: npm install --legacy-peer-deps
build: npm run build
start: npm run dev
wait-on: "http://localhost:5173"
Expand Down

0 comments on commit 498e54f

Please sign in to comment.