We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a82119 commit fc6174cCopy full SHA for fc6174c
.github/workflows/build-python.yml
@@ -38,8 +38,7 @@ jobs:
38
python ../devops/build_sdks.py --github-token=${{ secrets.API_GITHUB_TOKEN }}
39
python -m pytest --cache-clear ./tests --junitxml=test_output.xml --cov=.
40
shell: pwsh
41
- with:
42
- path: python
+ working-directory: python
43
- name: Upload Unit Test Results - Python
44
if: always()
45
uses: actions/upload-artifact@v2
0 commit comments