We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d012f51 commit 1ac7e6fCopy full SHA for 1ac7e6f
.github/workflows/node.js.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "Installation completed"
44
45
- name: Run rooch test
46
- run: rooch move test -p rooch
+ run: rooch move test -p rooch --config-dir ./rooch
47
48
- name: Use Node.js ${{ matrix.node-version }} 🛎️
49
uses: actions/checkout@v3
0 commit comments