Skip to content

Commit

Permalink
Merge branch 'master' of github.com:matthewhammer/ic-mini-terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhammer committed Jun 10, 2021
2 parents 5ada80c + 4b13a9e commit 3d7d78a
Show file tree
Hide file tree
Showing 7 changed files with 626 additions and 695 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,3 @@ jobs:
- name: Build
run: cargo build --release --locked

other_tests:
name: DFX/tool sanity checks
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: "install dfx"
run: |
wget https://sdk.dfinity.org/install.sh
echo DFX_VERSION=0.6.16
yes Y | DFX_VERSION=0.6.16 sh install.sh
echo "/home/runner/bin" >> $GITHUB_PATH
- name: "dfx cache install"
run: dfx cache install
- name: "install vessel"
run: wget --output-document /home/runner/bin/vessel https://github.com/kritzcreek/vessel/releases/download/v0.4.1/vessel-linux64 && chmod +x /home/runner/bin/vessel
- name: "install candid tool"
run: wget --output-document /home/runner/bin/candiff https://github.com/dfinity/candid/releases/download/2020-08-18/candiff-linux64 && chmod +x /home/runner/bin/candiff
- name: "candiff help (sanity check)"
run: candiff --help
- name: "install didc tool"
run: wget --output-document /home/runner/bin/didc https://github.com/dfinity/candid/releases/download/2020-08-18/didc-linux64 && chmod +x /home/runner/bin/didc
- name: "didc help (sanity check)"
run: didc --help
Loading

0 comments on commit 3d7d78a

Please sign in to comment.