Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent a19eac9 commit ed5fc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
ls build
working-directory: ./tests
- name: test single rom (python)
shell: bash
# shell: bash
run: |
cd tests
python test.py
- name: test single rom (bash)
shell: bash
run: |
../bgb/bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -rom build/wav_test_load_and_play.gb
../bgb/bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -screenonexit -rom build/wav_test_load_and_play.gb
working-directory: ./tests
- run: |
ls -alF
Expand Down

0 comments on commit ed5fc8f

Please sign in to comment.