From 431038d021a47607fd6d73b1dde31a15d375bc51 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Mon, 29 Jul 2024 00:50:16 +0200 Subject: [PATCH] exitcode --- .github/workflows/test.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64f1e6e..b8c10f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,7 @@ jobs: with: python-version: "3.12" cache: "pip" + cache-dependency-path: "tests/requirements.txt" - name: wget gbdk uses: robinraju/release-downloader@v1 with: @@ -44,13 +45,16 @@ jobs: # cd build # ls - name: test single rom (bash) - # shell: bash + shell: bash run: | cd tests ../bgb/bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -rom build/wav_test_load_and_play.gb - dir - cd build - dir + - run: | + cd tests + ls -alF + ls -alF build + shell: bash + # - name: pytest # shell: bash # run: |