Skip to content

Commit 6e01620

Browse files
committed
fix: use /home/rhl
1 parent 174ba8e commit 6e01620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scenario-testing.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "ie not found"
2525
exit 1
2626
fi
27-
if [ ! -d "~/scenarios" ]
27+
if [ ! -d "${HOME}/scenarios" ]
2828
then
2929
echo "scenarios not found"
3030
exit 1

0 commit comments

Comments
 (0)