From b09de15f4718d5a9fc5e563cf1fa9cebb3ebe3ea Mon Sep 17 00:00:00 2001 From: Dan <49373281+HleinaD@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:37:46 +0200 Subject: [PATCH] Fix indentation error inroutine_test_workflow.yaml --- .github/workflows/routine_test_workflow.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/routine_test_workflow.yaml b/.github/workflows/routine_test_workflow.yaml index ce23080..6d87071 100644 --- a/.github/workflows/routine_test_workflow.yaml +++ b/.github/workflows/routine_test_workflow.yaml @@ -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() }} \ No newline at end of file + 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() }}