Skip to content

Commit ddd6f7e

Browse files
committed
fix
1 parent ab1f254 commit ddd6f7e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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 ..

0 commit comments

Comments
 (0)