Skip to content

Commit f7a44c5

Browse files
committed
testing
1 parent 17f9828 commit f7a44c5

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/interpreter-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
python-version: '3.13'
2121

22-
2322
- name: Debug: Show working directory and contents
2423
run: |
2524
echo "== CURRENT DIRECTORY =="
@@ -29,7 +28,5 @@ jobs:
2928
echo "== PARENT DIR CONTENTS =="
3029
ls -al ..
3130
32-
- name: Run the Basic Test Suite against the interpreter
33-
run: ./run_all_tests.py -i -t ../BasicTestSuite
34-
35-
31+
- name: Run the Basic Test Suite against the interpreter
32+
run: ./run_all_tests.py -i -t BasicTestSuite

0 commit comments

Comments
 (0)