Skip to content

Commit

Permalink
Added clarity around CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbants committed May 15, 2021
1 parent d811ae2 commit 8b14d60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
jobs:
test_examples:
test_examples_node:
working_directory: ~/stac
docker:
- image: circleci/node:12
Expand All @@ -12,7 +12,7 @@ jobs:
- run:
name: validate
command: npm run check-examples
test_examples_2:
test_examples_python:
working_directory: ~/stac
docker:
- image: circleci/python:3.8
Expand Down Expand Up @@ -55,8 +55,8 @@ workflows:
version: 2
ci:
jobs:
- test_examples
- test_examples_2
- test_examples_node
- test_examples_python
- test_docs
- publish_schemas:
filters:
Expand Down

0 comments on commit 8b14d60

Please sign in to comment.