We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f9828 commit f7a44c5Copy full SHA for f7a44c5
1 file changed
.github/workflows/interpreter-tests.yml
@@ -19,7 +19,6 @@ jobs:
19
with:
20
python-version: '3.13'
21
22
-
23
- name: Debug: Show working directory and contents
24
run: |
25
echo "== CURRENT DIRECTORY =="
@@ -29,7 +28,5 @@ jobs:
29
28
echo "== PARENT DIR CONTENTS =="
30
ls -al ..
31
32
- - name: Run the Basic Test Suite against the interpreter
33
- run: ./run_all_tests.py -i -t ../BasicTestSuite
34
35
+ - name: Run the Basic Test Suite against the interpreter
+ run: ./run_all_tests.py -i -t BasicTestSuite
0 commit comments