Skip to content

Commit ef1f77d

Browse files
authored
ci: test jobs used to be call 'build' while they are tests jobs (#147)
1 parent b1e33d0 commit ef1f77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- cron: '4 0 * * *'
1313

1414
jobs:
15-
build:
15+
tests:
1616
strategy:
1717
fail-fast: false
1818
matrix:

0 commit comments

Comments
 (0)