mirror of https://github.com/pyodide/pyodide.git
CI Don't block tests on lint (#963)
Lints can be fixed easily, and this exposes "real" problems sooner.
This commit is contained in:
parent
64d0b7cd00
commit
b4c71a6dd2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue