From 08356fa4cedd536271e83224720238b1d6998275 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Sun, 28 Jul 2024 14:56:07 +0200 Subject: [PATCH] try without bash --- .github/workflows/test.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bfdf7d8..4be99ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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