Skip to content

Commit

Permalink
fix pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tuturu-tech committed Mar 26, 2024
1 parent 8b64180 commit 1120fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1

- name: Install Foundry dependencies
uses: forge install crytic/properties
run: forge install crytic/properties

- name: Set remappings
uses: forge remappings > remappings.txt
run: forge remappings > remappings.txt

- name: Run tests
run: |
Expand Down

0 comments on commit 1120fb6

Please sign in to comment.