CI Don't block tests on lint (#963)

Lints can be fixed easily, and this exposes "real" problems sooner.
This commit is contained in:
Dexter Chua 2020-12-31 18:09:58 +08:00 committed by GitHub
parent 64d0b7cd00
commit b4c71a6dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -235,9 +235,6 @@ workflows:
jobs:
- lint
- build-core:
requires:
- lint
- test-python
filters:
tags:
only: /.*/
@ -286,6 +283,8 @@ workflows:
- build-packages
- deploy-release:
requires:
- lint
- test-python
- test-core-firefox
- test-packages-firefox
- test-core-chrome
@ -298,6 +297,8 @@ workflows:
only: /^\d+\.\d+\.\d+$/
- deploy-s3:
requires:
- lint
- test-python
- test-core-firefox
- test-packages-firefox
- test-core-chrome