Skip to content

Commit

Permalink
ci: test jobs used to be call 'build' while they are tests jobs (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker authored Aug 14, 2024
1 parent b1e33d0 commit ef1f77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- cron: '4 0 * * *'

jobs:
build:
tests:
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ef1f77d

Please sign in to comment.