Skip to content

Commit

Permalink
try moving different things into bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed May 15, 2024
1 parent b3a0d0e commit 4062972
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
cancel-in-progress: true

jobs:
test:
coverage:
runs-on: blacksmith-16vcpu-ubuntu-2204

steps:
Expand All @@ -19,8 +19,7 @@ jobs:
run: |
wget https://github.com/MystenLabs/sui/releases/download/${SUI_VERSION}/sui-${SUI_VERSION}-ubuntu-x86_64.tgz
tar -xvf sui-${SUI_VERSION}-ubuntu-x86_64.tgz
sudo mv ./target/release/sui-test-validator-ubuntu-x86_64 /usr/local/bin/sui-test-validator
sudo mv ./target/release/sui-ubuntu-x86_64 /usr/local/bin/sui
sudo mv ./sui-${SUI_VERSION}-ubuntu-x86_64/* /usr/local/bin/
rm -rf sui-${SUI_VERSION}-ubuntu-x86_64.tgz
- name: Checkout code
Expand Down

0 comments on commit 4062972

Please sign in to comment.