diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74f4934b..ebcd197b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,8 +56,8 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Check Test Results - if: steps.process-trx.outputs.test-outcome == 'Failed' - run: | - echo "There were test failures." - exit 1 \ No newline at end of file + - name: Check Test Results + if: steps.process-trx.outputs.test-outcome == 'Failed' + run: | + echo "There were test failures." + exit 1 \ No newline at end of file