From a19eac95ce617b7334835993de80321ab0a5ac9f Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Mon, 29 Jul 2024 00:57:11 +0200 Subject: [PATCH] working-directory: ./tests --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 003ae1a..af8c17a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,15 +28,15 @@ jobs: - name: pip install shell: bash run: | - cd tests python -m pip install --upgrade pip pip install -r requirements.txt + working-directory: ./tests - name: make roms shell: bash run: | - cd tests make ls build + working-directory: ./tests - name: test single rom (python) shell: bash run: | @@ -45,13 +45,13 @@ jobs: - name: test single rom (bash) shell: bash run: | - cd tests ../bgb/bgb64.exe -set "DebugSrcBrk=1" -hf -stateonexit -rom build/wav_test_load_and_play.gb + working-directory: ./tests - run: | - cd tests ls -alF ls -alF build shell: bash + working-directory: ./tests # - name: pytest # shell: bash