Skip to content

Commit

Permalink
bmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent ed5fc8f commit ad50e07
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 -screenonexit -rom build/wav_test_load_and_play.gb
../bgb/bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -screenonexit build/wav_test_load_and_play.bmp -rom build/wav_test_load_and_play.gb
working-directory: ./tests
- run: |
ls -alF
Expand Down

0 comments on commit ad50e07

Please sign in to comment.