We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174ba8e commit 6e01620Copy full SHA for 6e01620
.github/workflows/scenario-testing.yaml
@@ -24,7 +24,7 @@ jobs:
24
echo "ie not found"
25
exit 1
26
fi
27
- if [ ! -d "~/scenarios" ]
+ if [ ! -d "${HOME}/scenarios" ]
28
then
29
echo "scenarios not found"
30
0 commit comments