Skip to content

Commit 938d8e5

Browse files
committed
fix
1 parent 7d7bdf9 commit 938d8e5

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
@@ -160,7 +160,7 @@ jobs:
160160
run: |
161161
echo "Workspace : ${GITHUB_WORKSPACE}"
162162
echo Checking if there is unit tests
163-
if [ -d "tests/build/" ] && [ "$(ls -A tests/build/" ]; then
163+
if [ -d "tests/build/" ] && [ "$(ls -A tests/build/)" ]; then
164164
echo "########################################################"
165165
echo "# Unit tests found : Starting Oricutron with tests #"
166166
echo "########################################################"

0 commit comments

Comments
 (0)