Skip to content

Commit 35d531c

Browse files
committed
test
1 parent ddd6f7e commit 35d531c

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
@@ -159,7 +159,7 @@ jobs:
159159
- name: Unit-test with oricutron
160160
run: |
161161
echo "Workspace : ${GITHUB_WORKSPACE}"
162-
ls ls -A tests/build/
162+
ls -A tests/build/
163163
if [ -d "tests/build/" ] && [ "$(ls -A tests/build/" ]; then
164164
git clone https://github.com/orix-software/docker-unit-test.git
165165
cd docker-unit-test && bash install.sh ${GITHUB_WORKSPACE} && cd ..

0 commit comments

Comments
 (0)