From d77142e8db320696fcea6b3bc37cae393ab6dfa7 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Mon, 29 Jul 2024 00:40:13 +0200 Subject: [PATCH] dirs --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 978bab3..5363a97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |