Skip to content

Commit

Permalink
working-directory: ./tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent 7d31a77 commit a19eac9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit a19eac9

Please sign in to comment.