We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938d8e5 commit ac56bffCopy full SHA for ac56bff
.github/workflows/main.yml
@@ -177,7 +177,7 @@ jobs:
177
178
- name: Check unit-test
179
run: |
180
- if [ -d "tests/build/" ] && [ "$(ls -A tests/build/" ]; then
+ if [ -d "tests/build/" ] && [ "$(ls -A tests/build/)" ]; then
181
ls -l ${GITHUB_WORKSPACE}/oricutron/sdcard/
182
bash tests/unit-tests/verify.sh ${GITHUB_WORKSPACE}/oricutron/sdcard/
183
fi
0 commit comments