Skip to content

Commit

Permalink
Merge pull request #70 from citycoins/fix/pin-clarinet-v1
Browse files Browse the repository at this point in the history
Pin clarinet version 1.8.0
  • Loading branch information
whoabuddy authored Apr 5, 2024
2 parents 09f6b43 + fbc58a3 commit 27a0c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v3
- name: "Check contract syntax"
uses: docker://hirosystems/clarinet:latest
uses: docker://hirosystems/clarinet:1.8.0
with:
args: check
- name: "Run all contract tests"
uses: docker://hirosystems/clarinet:latest
uses: docker://hirosystems/clarinet:1.8.0
with:
args: test --coverage
- name: "Upload code coverage"
Expand Down

0 comments on commit 27a0c8f

Please sign in to comment.