Skip to content

Commit

Permalink
move go env var out of start command
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarprudnikov committed Apr 16, 2024
1 parent b628147 commit c659ff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
- name: Run Cypress tests
uses: cypress-io/github-action@v6
with:
start: SERVER_ENV=test go run .
start: go run .
cache-key: somevalue
wait-on: 'http://localhost:3000'
install: false
env:
SERVER_ENV: test
CYPRESS_CRASH_REPORTS: 0
CYPRESS_COMMERCIAL_RECOMMENDATIONS: 0

0 comments on commit c659ff9

Please sign in to comment.