Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wrong bin path
Browse files Browse the repository at this point in the history
tstirrat committed Jul 28, 2024
1 parent ad89946 commit dbf7fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,8 @@ jobs:
- name: test single rom
shell: bash
run: |
bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -screenonexit build/wav_test_load_and_play.bmp build/wav_test_load_and_play.gb
cd tests
../bgb/bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -screenonexit build/wav_test_load_and_play.bmp build/wav_test_load_and_play.gb
# - name: pytest
# shell: bash
# run: |

0 comments on commit dbf7fe5

Please sign in to comment.