Skip to content

Commit

Permalink
Parallelize compile and unit tests since there is not shared cache
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed May 17, 2024
1 parent 0efbee7 commit 19f92ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
env:
GRADLEW_UNIT_TEST_ARGS: ${{matrix.gradle_args}}
runs-on: ubuntu-22.04
needs: [ compile ]
needs: [spotless, gradle-wrapper, repolint]
permissions:
checks: write
statuses: write
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
unittests-passed:
name: "unittests-passed"
runs-on: ubuntu-22.04
needs: [unitTests]
needs: [compile, unitTests]
permissions:
checks: write
statuses: write
Expand Down

0 comments on commit 19f92ee

Please sign in to comment.