Skip to content

Commit

Permalink
try without bash
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent f930ea7 commit 08356fa
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ jobs:
run: |
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
cd build
ls
# - name: pytest
# shell: bash
# run: |
# cd tests
# pytest -v -s
- name: pytest
# shell: bash
run: |
cd tests
pytest -v -s

0 comments on commit 08356fa

Please sign in to comment.