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 7d7bdf9 commit 938d8e5Copy full SHA for 938d8e5
.github/workflows/main.yml
@@ -160,7 +160,7 @@ jobs:
160
run: |
161
echo "Workspace : ${GITHUB_WORKSPACE}"
162
echo Checking if there is unit tests
163
- if [ -d "tests/build/" ] && [ "$(ls -A tests/build/" ]; then
+ if [ -d "tests/build/" ] && [ "$(ls -A tests/build/)" ]; then
164
echo "########################################################"
165
echo "# Unit tests found : Starting Oricutron with tests #"
166
0 commit comments