Skip to content

Commit

Permalink
dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent f15b93b commit d77142e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,13 @@ jobs:
cd build
ls
- name: test single rom (bash)
shell: bash
# shell: bash
run: |
cd tests
rm -rf build/*.sna
../bgb/bgb64.exe -set "DebugSrcBrk=1" -autoexit -hf -stateonexit build/wav_test_load_and_play.gb
ls
dir
cd build
ls
dir
- name: pytest
shell: bash
run: |
Expand Down

0 comments on commit d77142e

Please sign in to comment.