From 57661e3b466f96eac0bb770a305c3d5db3b6bce0 Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 16 Oct 2021 21:02:20 -0400 Subject: [PATCH] fuck YML syntax --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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