From ed5fc8fb3d2ded87017c0c09eee78f2d79b007e0 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Mon, 29 Jul 2024 01:00:21 +0200 Subject: [PATCH] ... --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af8c17a..0d8bf2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 -rom build/wav_test_load_and_play.gb + ../bgb/bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -screenonexit -rom build/wav_test_load_and_play.gb working-directory: ./tests - run: | ls -alF