Skip to content

Commit 1ac7e6f

Browse files
committed
chore: fix workflow
1 parent d012f51 commit 1ac7e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "Installation completed"
4444
4545
- name: Run rooch test
46-
run: rooch move test -p rooch
46+
run: rooch move test -p rooch --config-dir ./rooch
4747

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

0 commit comments

Comments
 (0)