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