Skip to content

Commit fe6ab4f

Browse files
committed
test
1 parent 48f76ee commit fe6ab4f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@ jobs:
154154
run: |
155155
git clone https://github.com/orix-software/docker-unit-test.git
156156
cd docker-unit-test && bash install.sh ${GITHUB_WORKSPACE} && cd ..
157-
CC65_HOME=${GITHUB_WORKSPACE}/../cc65
158-
make build-unit-test
159-
make prepare-unit-test
157+
CC65_HOME=${GITHUB_WORKSPACE}/../cc65 make build-unit-test
158+
CC65_HOME=${GITHUB_WORKSPACE}/../cc65 make prepare-unit-test
160159
cd ${GITHUB_WORKSPACE}/oricutron
161160
timeout --preserve-status 10 ./xvfb.sh || exit 0
162161

0 commit comments

Comments
 (0)