We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3962ef2 commit f043036Copy full SHA for f043036
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
else
32
echo "No test_main.py found, skipping tests"
33
fi
34
- working-directory: functions/${{ matrix.function }}
+ working-directory: functions/${{ matrix.function }}
35
- name: Run Python function and verify output
36
run: |
37
python main.py > output.log 2>&1 &
0 commit comments