Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Dec 5, 2023
1 parent 35ae79f commit dc6c524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,14 @@ jobs:
run: |
git clone https://github.com/orix-software/docker-unit-test.git
cd docker-unit-test && bash install.sh ${GITHUB_WORKSPACE} && cd ..
cp build/usr/share/kernel/kernelsd.rom ${GITHUB_WORKSPACE}/oricutron/roms/kernel.rom
cd ${GITHUB_WORKSPACE}/oricutron
timeout --preserve-status 5 ./xvfb.sh || exit 0
ls -l ${GITHUB_WORKSPACE}/oricutron/SDCARD
- name: Check unit-test
run: |
ls -l ${GITHUB_WORKSPACE}/oricutron/SDCARD
ls -l ${GITHUB_WORKSPACE}/oricutron/
- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit dc6c524

Please sign in to comment.