Skip to content

Commit

Permalink
Fixup ajoute explication du job test-python
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Aug 19, 2021
1 parent 326b080 commit cac1b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
paths:
- dist

test-python: # Python tests are separated from YAML tests, because the latter take longer. This would allow Python tests to use any other available container and
docker: # and yield it to another job, once finished, instead of counting only on the two containers assigned to the YAML tests.
test-python: # Python tests are separated from YAML tests, because the latter take longer. This would allow Python tests to use any other available container and yield it, once finished, to another job instead of counting only on the two containers assigned to the YAML tests.
docker:
- image: python:3.7

steps:
Expand Down

0 comments on commit cac1b15

Please sign in to comment.