File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ jobs:
148148 echo "/home/runner/work/file/cc65/bin" >> $GITHUB_PATH
149149 echo "Bpm version :"
150150 bpm --force-update -V
151+ bpm --force-update -V
151152 echo Using bpm ...
152153 bpm --force-update plugins install orixsdk
153154 bpm --force-update build
@@ -158,10 +159,7 @@ jobs:
158159 - name : Unit-test with oricutron
159160 run : |
160161 echo "Workspace : ${GITHUB_WORKSPACE}"
161- ls -l ${GITHUB_WORKSPACE}
162- ls -l ${GITHUB_WORKSPACE}/oricutron
163- ls -l ${GITHUB_WORKSPACE}/oricutron/roms
164-
162+ ls ls -A tests/build/
165163 if [ -d "tests/build/" ] && [ "$(ls -A tests/build/" ]; then
166164 git clone https://github.com/orix-software/docker-unit-test.git
167165 cd docker-unit-test && bash install.sh ${GITHUB_WORKSPACE} && cd ..
You can’t perform that action at this time.
0 commit comments