Skip to content

Commit

Permalink
feat : Added path manually in the test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashneelesh committed Jan 17, 2024
1 parent 0c0c7a2 commit 9eb0551
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
scarb-version: "2.3.1"
- name: Install starknet foundry
run: curl -L https://raw.githubusercontent.com/foundry-rs/starknet-foundry/master/scripts/install.sh | sh -s -- -v ${STARKNET_FOUNDRY_VERSION}
run: |
curl -L https://raw.githubusercontent.com/foundry-rs/starknet-foundry/master/scripts/install.sh | sh -s -- -v ${STARKNET_FOUNDRY_VERSION}
echo "/home/runner/.local/bin" >> $GITHUB_PATH
- name: Run cairo tests
run: snforge test

0 comments on commit 9eb0551

Please sign in to comment.