Skip to content

Commit

Permalink
Put fast tox jobs to fail-fast for contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 20, 2021
1 parent 295bf48 commit ee3873c
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
Expand Up @@ -33,12 +33,12 @@ jobs:
command: |
echo 'export PATH=~/.nvm/versions/node/v${NODE_VERSION}/bin:$PATH' >> $BASH_ENV
source $BASH_ENV
- run: tox -e migrations
- run: tox -e lint
- run: tox -e codespell
- run: tox -e docs-lint
- run: tox -e docs
- run: tox -e eslint
- run: tox -e codespell
- run: tox -e migrations
- run: tox -e docs
- run: tox -e lint

workflows:
version: 2
Expand Down

0 comments on commit ee3873c

Please sign in to comment.