Skip to content

Commit

Permalink
Format yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed May 22, 2024
1 parent 10c9008 commit 26fbe43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run tests
run: pytest -vv --cov --cov-report=xml

- name: Check Codecov token # e.g., Dependabot doesn't have the CODECOV_TOKEN
- name: Check Codecov token # e.g., Dependabot doesn't have the CODECOV_TOKEN
id: check_codecov_token
run: |
if [ -n "${{ secrets.CODECOV_TOKEN }}" ]; then
Expand Down

0 comments on commit 26fbe43

Please sign in to comment.