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 35d531c commit 77e11cdCopy full SHA for 77e11cd
.github/workflows/main.yml
@@ -159,6 +159,7 @@ jobs:
159
- name: Unit-test with oricutron
160
run: |
161
echo "Workspace : ${GITHUB_WORKSPACE}"
162
+ echo Checking if there is unit tests
163
ls -A tests/build/
164
if [ -d "tests/build/" ] && [ "$(ls -A tests/build/" ]; then
165
git clone https://github.com/orix-software/docker-unit-test.git
0 commit comments