Skip to content

Commit

Permalink
install cypress explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarprudnikov committed Apr 16, 2024
1 parent 974eccd commit b628147
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ jobs:
- run: go version
- run: go build -v ./...
- run: go test -v ./...
- name: Cypress run
- name: Install Cypress
run: npm install cypress@13.7.3
- name: Run Cypress tests
uses: cypress-io/github-action@v6
with:
start: SERVER_ENV=test go run .
cache-key: somevalue
wait-on: 'http://localhost:3000'
install: false
env:
CYPRESS_CRASH_REPORTS: 0
CYPRESS_COMMERCIAL_RECOMMENDATIONS: 0

0 comments on commit b628147

Please sign in to comment.