We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d82a13 commit 1cfc3e2Copy full SHA for 1cfc3e2
.github/workflows/python-app.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Run OK
23
run: python -m test1.a
24
- name: Run Fail
25
- run: python -m test.a
+ run: python test/a.py
0 commit comments