Skip to content

Commit

Permalink
is this it?
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed May 13, 2024
1 parent c81cc29 commit 56797bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
extension: '.tgz'
# - run: 'which sui'
- run: 'ls /opt/hostedtoolcache/'
- run: 'tar -xvzf /opt/hostedtoolcache/MystenLabs/sui/latest/ubuntu-x64/sui-archive'
- run: 'ls /opt/hostedtoolcache/MystenLabs/sui/latest/ubuntu-x64/sui-archive'
- name: Unpack the archive (.tgz is not supported currently)
run: 'tar -xvzf /opt/hostedtoolcache/MystenLabs/sui/latest/ubuntu-x64/sui-archive'
- name: Move binaries to $PATH
run: mv sui* /opt/hostedtoolcache/MystenLabs/sui/latest/ubuntu-x64
- run: chmod 0755 /opt/hostedtoolcache/MystenLabs/sui/latest/ubuntu-x64/sui
- run: 'sui --help'
- run: 'sui move test --path packages/samples'
- run: 'sui move test --path packages/reference'
Expand Down

0 comments on commit 56797bc

Please sign in to comment.