Skip to content

Commit

Permalink
fix: there is no v in version
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Apr 5, 2024
1 parent 208207e commit fbc58a3
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:v1.8.0
uses: docker://hirosystems/clarinet:1.8.0
with:
args: check
- name: "Run all contract tests"
uses: docker://hirosystems/clarinet:v1.8.0
uses: docker://hirosystems/clarinet:1.8.0
with:
args: test --coverage
- name: "Upload code coverage"
Expand Down

0 comments on commit fbc58a3

Please sign in to comment.