We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc308a commit 28ac553Copy full SHA for 28ac553
1 file changed
.circleci/config.yml
@@ -16,6 +16,13 @@ install: &install
16
name: install dependencies for build
17
command: |
18
$HOME/conda/bin/pip install -r ~/repo/.circleci/requirements.txt
19
+
20
+test_jobs: &test_jobs
21
+ name: test the jobs metadata
22
+ command: |
23
+ cd ~/repo/tests
24
+ $HOME/conda/bin/python -m unittest test_jobs
25
26
install_python_3: &install_python_3
27
name: install Python 3.5 dependencies
28
@@ -73,6 +80,7 @@ jobs:
73
80
key: rubygems-v1
74
81
paths:
75
82
- vendor/bundle
83
+ - run: *test_jobs
76
84
- run: *build_jekyll
77
85
- store_artifacts:
78
86
path: ~/repo/_site
0 commit comments