Skip to content

Commit 18a2978

Browse files
committed
Fixed test
1 parent fc02a51 commit 18a2978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
run: |
240240
cat added_files.txt
241241
242-
if [ -f unknown_key.txt ]; then
242+
if [[ -f unknown_key.txt ]]; then
243243
echo "unknown_key.txt file should not exist"
244244
exit 1
245245
fi

0 commit comments

Comments
 (0)