From c8f7f35d408059a459e216b4cbaf0630c2463616 Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:26:52 -0700 Subject: [PATCH] Update tests.yaml --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 09f30960..f65086cc 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -58,7 +58,7 @@ jobs: token: ${{ env.TRUNK_TOKEN }} continue-on-error: true - name: Upload test results to Codecov - if: always() + if: always() uses: codecov/test-results-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }}