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 fe72eb2 commit 094602a
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
Expand Up @@ -39,12 +39,11 @@ jobs:
unzip rooch-ubuntu-latest.zip
sudo cp rooch-artifacts/rooch /usr/local/bin
rooch --version
rooch init
echo "Installation completed"
- name: Run rooch test
run: |
cd rooch
rooch move test
run: rooch move test -p rooch

- name: Use Node.js ${{ matrix.node-version }} 🛎️
uses: actions/checkout@v3
Expand Down

0 comments on commit 094602a

Please sign in to comment.