Skip to content

Commit

Permalink
remove path export
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 27, 2024
1 parent 6215d86 commit 969a531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
uses: ./.github/actions/install-starknet-foundry

- name: Test
run: export PATH=$PATH:/home/runner/.local/bin && nix develop -c make test-cairo-contracts
run: nix develop -c make test-cairo-contracts

0 comments on commit 969a531

Please sign in to comment.