Skip to content

Commit

Permalink
Tabs instead of space in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Feb 1, 2024
1 parent 8bb47e3 commit fddb93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: codecov/codecov-action@v3
continue-on-error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: false
flags: unittests
Expand Down

0 comments on commit fddb93e

Please sign in to comment.