Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xlassix committed Aug 30, 2024
1 parent b1822d9 commit b237a6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,6 @@ jobs:
run: |
unzip rooch-ubuntu-latest.zip
sudo cp rooch-artifacts/rooch /usr/local/bin
mkdir ./.rooch
rooch --version
echo "Installation completed"
@@ -58,7 +57,7 @@ jobs:

- name: Run rooch test
run: |
rooch init --config-dir ./.rooch --skip-password --password test
rooch move test -p ./.rooch --config-dir ./rooch --json
rooch init --config-dir ./${{ runner.temp }} --skip-password --password test
rooch move test -p ./${{ runner.temp }} --config-dir ./rooch --json

0 comments on commit b237a6c

Please sign in to comment.