We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e790dab commit d165ad9Copy full SHA for d165ad9
.github/workflows/python-package.yml
@@ -35,5 +35,5 @@ jobs:
35
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
36
- name: Python unittest
37
run: |
38
- python test.py
+ python unittest_github_action.py
39
0 commit comments