Skip to content

Commit

Permalink
fix: use fix from ape
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Aug 27, 2024
1 parent 74b991c commit e17542e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,16 @@ jobs:
- uses: actions/checkout@v4
- uses: foundry-rs/foundry-toolchain@v1
- uses: ApeWorX/github-action@v3
with:
ape-version-pin: git+https://github.com/antazoey/ape.git@fix/debug-str-err
# Ape build artifacts used for testing
- uses: actions/download-artifact@v3
with:
name: ape-build-folder
path: .build/
# TODO: Until `ApeWorX/github-action` supports poetry install
- run: pip install .
# `-v warning` because of a bug in Ape
- run: ape -v warning test -s
- run: ape test -s

js-test:
needs: build
Expand Down

0 comments on commit e17542e

Please sign in to comment.