Skip to content

Commit

Permalink
fix: fix failing contract CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed Dec 9, 2024
1 parent 9e6842c commit ef7db91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.8.2"

- uses: foundry-rs/setup-snfoundry@v3
with:
starknet-foundry-version: 0.31.0

- name: Run cairo tests
run: cd contracts && snforge test

0 comments on commit ef7db91

Please sign in to comment.