Skip to content

Commit

Permalink
Fix indentation error inroutine_test_workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HleinaD authored Apr 29, 2024
1 parent bd3d575 commit b09de15
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/routine_test_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
pip install pytest pytest-cov
pytest tests.py --doctest-modules --junitxml=junit/test-results-${{ matrix.os }}.xml
- name: Upload pytest test results
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.os }}
path: junit/test-results-${{ matrix.os }}.xml
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.os }}
path: junit/test-results-${{ matrix.os }}.xml
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}

0 comments on commit b09de15

Please sign in to comment.