Skip to content

Commit

Permalink
chore: update sui deps
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 9, 2024
1 parent 106d11a commit 0aeb244
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test-sui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Cache node_modules
uses: actions/cache@v3
with:
Expand All @@ -44,11 +41,11 @@ jobs:
run: npm ci

- name: Build
run: npm run build
run: npm run build:core && npm run build:sui

- name: Test
timeout-minutes: 15
run: |
nohup sh -c 'RUST_LOG=off sui-test-validator' > nohup.out 2> nohup.err < /dev/null &
sleep 30
npm run test:sui
# nohup sh -c 'RUST_LOG=off sui-test-validator' > nohup.out 2> nohup.err < /dev/null &
# sleep 30
# npm run test:sui
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/axelar-local-dev-sui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build-sui": "cd move && sui move build"
},
"dependencies": {
"@axelar-network/axelar-cgp-sui": "https://github.com/axelarnetwork/axelar-cgp-sui.git",
"@axelar-network/axelar-cgp-sui": "https://github.com/axelarnetwork/axelar-cgp-sui.git#a27769db651ab1c40c707ad95ea92bffc89fb75e",
"@axelar-network/axelar-local-dev": "^2.3.2",
"@mysten/sui.js": "^0.41.0"
},
Expand Down

0 comments on commit 0aeb244

Please sign in to comment.