We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1714ec5 commit c7b318cCopy full SHA for c7b318c
.github/workflows/debug-install-shell.yml
@@ -46,9 +46,9 @@ jobs:
46
- name: Test install with install-dir
47
run: |
48
chmod +x install.sh
49
- ./install.sh --install-dir "/.snm-demo"
50
- if [ ! -d /.snm-demo ]; then
51
- echo "Error: /.snm-demo directory not found!"
+ ./install.sh --install-dir "./.snm-demo"
+ if [ ! -d "./.snm-demo" ]; then
+ echo "Error: ./.snm-demo directory not found!"
52
exit 1
53
fi
54
- ls -l /.snm-demo
+ ls -l ./.snm-demo
0 commit comments