Run tests even if lint step fails.
This commit is contained in:
@@ -57,10 +57,9 @@ jobs:
|
|||||||
tox -e translations
|
tox -e translations
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
||||||
needs: [prepare, lint]
|
needs: [prepare]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
Reference in New Issue
Block a user