Skip to content

Commit

Permalink
ci - skip app tests and install enchant for builder-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll committed May 30, 2019
1 parent f35c380 commit 7de9601
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
docker:
- image: gcr.io/cloud-builders/docker
steps:
- run: apt-get install -y make virtualenv python-pip
- run: apt-get install -y make virtualenv python-pip enchant
- checkout
- setup_remote_docker
- run: make ci-deb-tests
Expand All @@ -305,6 +305,7 @@ workflows:
ignore:
- /docs-.*/
- /i18n-.*/
- /update-builder-.*/
requires:
- lint
- python3-app-tests:
Expand All @@ -313,6 +314,7 @@ workflows:
ignore:
- /docs-.*/
- /i18n-.*/
- /update-builder-.*/
requires:
- lint
- admin-tests:
Expand All @@ -321,6 +323,7 @@ workflows:
ignore:
- /docs-.*/
- /i18n-.*/
- /update-builder-.*/
requires:
- lint
- fetch-tor-debs:
Expand All @@ -329,6 +332,7 @@ workflows:
ignore:
- /docs-.*/
- /i18n-.*/
- /update-builder-.*/
requires:
- lint
- updater-gui-tests:
Expand All @@ -337,6 +341,7 @@ workflows:
ignore:
- /docs-.*/
- /i18n-.*/
- /update-builder-.*/
requires:
- lint
- static-analysis-and-no-known-cves:
Expand Down

0 comments on commit 7de9601

Please sign in to comment.