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: |