Skip to content

Commit

Permalink
python
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent 431038d commit 7d31a77
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ jobs:
cd tests
make
ls build
# - name: test single rom (python)
# run: |
# cd tests
# python test.py
# ls
# cd build
# ls
- name: test single rom (python)
shell: bash
run: |
cd tests
python test.py
- name: test single rom (bash)
shell: bash
run: |
Expand Down

0 comments on commit 7d31a77

Please sign in to comment.