Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Jan 10, 2024
1 parent 62a7fb0 commit 924a4ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ 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-deploy
- run: just cy test-contract
- run: just bats install
- run: just bats test
- run: just bats test-deploy
- run: just bats test-contract

# Videos are captured whether the suite fails or passes
- name: Save videos
Expand Down
2 changes: 1 addition & 1 deletion test/bats/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ run *args:


# Executes bats deploy tests
test-deploy:
test-contract:
#!/usr/bin/env bash
set -eou pipefail
{{ _with_debug }}
Expand Down
2 changes: 1 addition & 1 deletion test/cy/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fuzzbucket-stop:
pip install -r ../setup/requirements.txt
fuzzbucket-client rm connect-publishing-client
test-deploy:
test-contract:
#!/usr/bin/env bash
set -eou pipefail
{{ _with_debug }}
Expand Down

0 comments on commit 924a4ad

Please sign in to comment.