Skip to content

Commit 81c7669

Browse files
committed
Removing test job run test
1 parent 28ac553 commit 81c7669

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ install: &install
1717
command: |
1818
$HOME/conda/bin/pip install -r ~/repo/.circleci/requirements.txt
1919
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-
2620
install_python_3: &install_python_3
2721
name: install Python 3.5 dependencies
2822
command: |
@@ -80,7 +74,7 @@ jobs:
8074
key: rubygems-v1
8175
paths:
8276
- vendor/bundle
83-
- run: *test_jobs
77+
#Removing test job
8478
- run: *build_jekyll
8579
- store_artifacts:
8680
path: ~/repo/_site

0 commit comments

Comments
 (0)