Skip to content

Commit

Permalink
include ci binaries at PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Oct 10, 2024
1 parent 00072e4 commit 3dbbf08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@ jobs:
name: dojo-bins
path: /tmp/bins
- run: |
export PATH=/tmp/bins:$PATH
chmod +x /tmp/bins/katana
chmod +x /tmp/bins/sozo
bash scripts/build_cairo_projects.sh /tmp/bins/sozo
tar -xzf spawn-and-move-db.tar.gz -C /tmp/
tar -xzf types-test-db.tar.gz -C /tmp/
KATANA_RUNNER_BIN=/tmp/bins/katana cargo llvm-cov nextest --no-report --all-features --workspace --build-jobs 20
cargo llvm-cov nextest --no-report --all-features --workspace --build-jobs 20
cargo llvm-cov report --lcov --output-path lcov.info
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 3dbbf08

Please sign in to comment.