Skip to content

Commit

Permalink
fix: pocket ic 4
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jul 31, 2024
1 parent 90b3ac2 commit 344d9f8
Show file tree
Hide file tree
Showing 17 changed files with 358 additions and 299 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ jobs:
wget -O /tmp/cargo-make.zip https://github.com/sagiegurari/cargo-make/releases/download/0.37.5/cargo-make-v0.37.5-x86_64-unknown-linux-gnu.zip && \
sudo unzip /tmp/cargo-make.zip -d /tmp && \
sudo mv /tmp/cargo-make-v0.37.5-x86_64-unknown-linux-gnu/cargo-make $HOME/.cargo/bin/cargo-make && \
sudo chmod +x $HOME/.cargo/bin/cargo-make && \
wget -O pocket-ic.gz https://github.com/dfinity/pocketic/releases/download/3.0.0/pocket-ic-x86_64-linux.gz && \
gzip -d pocket-ic.gz && \
chmod +x pocket-ic && \
mv pocket-ic ./integration-tests/pocket-ic
sudo chmod +x $HOME/.cargo/bin/cargo-make
- name: Install dfx
run: |
DFXVM_INIT_YES=1 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
Expand Down
Loading

0 comments on commit 344d9f8

Please sign in to comment.