Skip to content

Commit

Permalink
fix(_Test-OCI-Factory.yaml): junit report path
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Aug 21, 2024
1 parent 25ee35d commit 08d1200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_Test-OCI-Factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run pytest
continue-on-error: true
run: |
cd "${{ env.OCI_FACTORY_DIR }}"; python3 -m pytest --junit-xml "${{ env.PYTEST_RESULT_PATH }}"
cd "${{ env.OCI_FACTORY_DIR }}"; python3 -m pytest --junit-xml "../${{ env.PYTEST_RESULT_PATH }}"
- name: Generate Summary
if: always()
Expand Down

0 comments on commit 08d1200

Please sign in to comment.