Skip to content

Commit

Permalink
fix: fix broken build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wasm-forge committed Jul 29, 2024
1 parent c6987d6 commit cd2dbd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: Install pocket-ic
run: tests/download-pocket-ic.sh
run: scripts/download-pocket-ic.sh

- name: Install wasi2ic
run: cargo install wasi2ic
Expand All @@ -34,7 +34,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov

- name: Build test projects
run: ./build_tests.sh
run: ./scripts/build_tests.sh

- name: Run tests
run: cargo test --verbose
Expand Down

0 comments on commit cd2dbd0

Please sign in to comment.