Skip to content

Commit ac56bff

Browse files
committed
fix
1 parent 938d8e5 commit ac56bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
178178
- name: Check unit-test
179179
run: |
180-
if [ -d "tests/build/" ] && [ "$(ls -A tests/build/" ]; then
180+
if [ -d "tests/build/" ] && [ "$(ls -A tests/build/)" ]; then
181181
ls -l ${GITHUB_WORKSPACE}/oricutron/sdcard/
182182
bash tests/unit-tests/verify.sh ${GITHUB_WORKSPACE}/oricutron/sdcard/
183183
fi

0 commit comments

Comments
 (0)