Skip to content

Commit

Permalink
print debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed May 13, 2024
1 parent b29f7a8 commit 94e3c88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,21 @@ env:
VERSION: '1.24.1'

on:
push:
pull_request:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: "echo 'https://github.com/MystenLabs/sui/releases/download/mainnet-v${{ env.VERSION }}/sui-mainnet-v${{ env.VERSION }}-ubuntu-x86_64.tgz'"
- uses: supplypike/setup-bin@v4
with:
uri: 'https://github.com/MystenLabs/sui/releases/download/mainnet-v${{ env.VERSION }}/sui-mainnet-v${{ env.VERSION }}-ubuntu-x86_64.tgz'
name: 'sui'
version: '${{ env.VERSION }}'
- run: 'which sui'
- run: 'sui --help'
- run: "echo 'https://github.com/MystenLabs/sui/releases/download/mainnet-v${{ env.VERSION }}/sui-mainnet-v${{ env.VERSION }}-ubuntu-x86_64.tgz'"
- run: 'sui move test --path packages/samples'
- run: 'sui move test --path packages/reference'
- run: 'sui move test --path packages/todo_list'
Expand Down

0 comments on commit 94e3c88

Please sign in to comment.