Skip to content

Commit

Permalink
tests github action: fixed yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Nov 3, 2024
1 parent 090e42b commit 754082d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 754082d

Please sign in to comment.