Skip to content

Commit

Permalink
fix ci 4
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Dec 18, 2024
1 parent c43fb0b commit e43fc1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.9.1"
- uses: foundry-rs/setup-snfoundry@v3
- uses: foundry-rs/setup-snfoundry@v3
with:
starknet-foundry-version: 0.34.0
- run: pwd
- run: scarb --version
- run: scarb fmt --check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.9.1"
- uses: foundry-rs/setup-snfoundry@v3
with:
starknet-foundry-version: 0.34.0
- run: pwd
- run: scarb --version
- run: scarb test

0 comments on commit e43fc1c

Please sign in to comment.