Skip to content

Commit

Permalink
test: remove cypress.json
Browse files Browse the repository at this point in the history
  • Loading branch information
finnar-bin committed Nov 6, 2024
1 parent cb4d1d1 commit a774e13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ jobs:
- name: 🚚 Install dependencies
run: npm install --force --prefer-offline --no-audit

- name: 📝 Write the cypress.env.json file
run: |
echo '${{ secrets.CYPRESS_ENV_CI }}' > cypress.json
- name: 🧪 Run E2E test
run: npm run test:e2e:ci:prod

Expand Down

0 comments on commit a774e13

Please sign in to comment.