From 7d31a77ea272cc762bf129908afbd2334ac89c73 Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Mon, 29 Jul 2024 00:52:25 +0200 Subject: [PATCH] python --- .github/workflows/test.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8c10f4..003ae1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |