mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
refactor: differentiate workflow from job name
This commit is contained in:
parent
5b8e4e1964
commit
2839595044
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
version: 2
|
||||
|
||||
jobs:
|
||||
test:
|
||||
test-and-generate_data:
|
||||
docker:
|
||||
- image: circleci/python:3.7
|
||||
steps:
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
workflows:
|
||||
version: 2
|
||||
test:
|
||||
test-and-generate_data:
|
||||
jobs:
|
||||
- test
|
||||
- generate_data:
|
||||
|
|
Loading…
Reference in a new issue