From 754082dc0b13e2584edf0cc9f4fcb2e2d9465bae Mon Sep 17 00:00:00 2001 From: deeenes Date: Sun, 3 Nov 2024 15:26:09 +0100 Subject: [PATCH] `tests` github action: fixed yaml syntax --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fe2d870..429f2d4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -86,5 +86,5 @@ jobs: if: ${{ github.event_name == 'push' }} env: CODECOV_NAME: ${{ matrix.python }}-${{ matrix.os }} - run: | - poetry run codecovcli --verbose upload-process -t ${{ secrets.CODECOV_TOKEN }} -n 'fast'-${{ github.run_id }} -F fast + run: | + poetry run codecovcli --verbose upload-process -t ${{ secrets.CODECOV_TOKEN }} -n 'fast'-${{ github.run_id }} -F fast