Skip to content

Commit

Permalink
Merge pull request #245 from DFE-Digital/fix-cypress-action
Browse files Browse the repository at this point in the history
Fix cypress url secret
  • Loading branch information
DrizzlyOwl authored Apr 19, 2023
2 parents 0034dad + b056397 commit fe6b67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
run: npm install

- name: Run cypress
run: npm run cy:run -- --env apiKey=${{ secrets.API_KEY }},url={{ secrets.URL }}
run: npm run cy:run -- --env apiKey=${{ secrets.API_KEY }},url=${{ secrets.URL }}

- name: Upload artifacts
if: ${{ failure() }}
Expand Down

0 comments on commit fe6b67e

Please sign in to comment.