Skip to content

Commit

Permalink
fix: command
Browse files Browse the repository at this point in the history
  • Loading branch information
posaune0423 committed Aug 7, 2024
1 parent ffa82bc commit c39032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: curl -L https://install.dojoengine.org | bash
- run: /home/runner/.config/.dojo/bin/dojoup -v v0.7.0-alpha.4
- run: |
scarb fmt --check
/home/runner/.config/.dojo/bin/scarb fmt --check
/home/runner/.config/.dojo/bin/sozo test
/home/runner/.config/.dojo/bin/sozo build
if [[ `git status --porcelain` ]]; then
Expand Down

0 comments on commit c39032d

Please sign in to comment.