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