Skip to content

Commit

Permalink
disable cypress nightly for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Jan 11, 2024
1 parent 6c6dc47 commit 7ae3026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- run: echo "${FUZZBUCKET_SSH_KEY}" > test/cy/fuzzbucket-ssh-key && chmod 600 test/cy/fuzzbucket-ssh-key
- run: just cy install
- run: just cy test
- run: just cy test-contract
# disable cypress contract tests until new deploy workflow
# - run: just cy test-contract
- run: just bats install
- run: just bats test
- run: just bats test-contract
Expand Down

0 comments on commit 7ae3026

Please sign in to comment.