Skip to content

Commit

Permalink
exitcode
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent 754bf05 commit 431038d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
python-version: "3.12"
cache: "pip"
cache-dependency-path: "tests/requirements.txt"
- name: wget gbdk
uses: robinraju/release-downloader@v1
with:
Expand Down Expand Up @@ -44,13 +45,16 @@ jobs:
# cd build
# ls
- name: test single rom (bash)
# shell: bash
shell: bash
run: |
cd tests
../bgb/bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -rom build/wav_test_load_and_play.gb
dir
cd build
dir
- run: |
cd tests
ls -alF
ls -alF build
shell: bash
# - name: pytest
# shell: bash
# run: |
Expand Down

0 comments on commit 431038d

Please sign in to comment.