Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
vabarbosa committed Nov 29, 2023
1 parent 1cf2f33 commit c0c427f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
- name: Build
run: npm run build

- name: Cypress tests
uses: cypress-io/github-action@v2
with:
start: npm start
wait-on: "http://localhost:8080/health"
# - name: Cypress tests
# uses: cypress-io/github-action@v2
# with:
# start: npm start
# wait-on: "http://localhost:8080/health"

# We remove the Dockerfile because when there is a Dockerfile in the
# current directory, Google App Engine try to use it.
Expand Down

0 comments on commit c0c427f

Please sign in to comment.