Skip to content

Commit

Permalink
chore: fix unclosed }
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 19, 2024
1 parent 0436134 commit 90d27b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-sui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
SUI_VERSION: mainnet-v1.25.3

jobs:
test-evm:
test-sui:
runs-on: blacksmith-2vcpu-ubuntu-2204

steps:
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup Sui CLI and install dependencies
uses: ./.github/actions/setup-sui
with:
SUI_VERSION: ${{ env.SUI_VERSION }
SUI_VERSION: ${{ env.SUI_VERSION }}

- name: Spin up Sui Network
run: nohup sh -c "sui-test-validator" > nohup.out 2> nohup.err < /dev/null &
Expand Down

0 comments on commit 90d27b1

Please sign in to comment.