Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Oct 26, 2024
1 parent ddd6f7e commit 35d531c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Unit-test with oricutron
run: |
echo "Workspace : ${GITHUB_WORKSPACE}"
ls ls -A tests/build/
ls -A tests/build/
if [ -d "tests/build/" ] && [ "$(ls -A tests/build/" ]; then
git clone https://github.com/orix-software/docker-unit-test.git
cd docker-unit-test && bash install.sh ${GITHUB_WORKSPACE} && cd ..
Expand Down

0 comments on commit 35d531c

Please sign in to comment.