Move dependency analysis into a side flow; it can take 20min+
This commit is contained in:
parent
c889a18b02
commit
d798836eec
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -214,8 +214,6 @@ jobs:
|
||||
- detekt
|
||||
- ktlint
|
||||
- apk-lint
|
||||
- android-lint
|
||||
- dependency-analysis
|
||||
- knit
|
||||
- check
|
||||
steps:
|
||||
@ -291,6 +289,8 @@ jobs:
|
||||
name: Danger JS
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- dependency-analysis # this is a slow one, so letting it run in parallel
|
||||
- android-lint # also a slow one
|
||||
- tests
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
Loading…
Reference in New Issue
Block a user