Skip to content

Commit fc6174c

Browse files
committed
Fix broken gha
1 parent 9a82119 commit fc6174c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-python.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
python ../devops/build_sdks.py --github-token=${{ secrets.API_GITHUB_TOKEN }}
3939
python -m pytest --cache-clear ./tests --junitxml=test_output.xml --cov=.
4040
shell: pwsh
41-
with:
42-
path: python
41+
working-directory: python
4342
- name: Upload Unit Test Results - Python
4443
if: always()
4544
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)