Prioritize tasks on critical path of task graph · junit-team/junit-framework@d78730a (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit d78730a

Prioritize tasks on critical path of task graph

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ inputs:
4 4 arguments:
5 5 required: true
6 6 description: Gradle arguments
7 -default: build
7 + default: :platform-tooling-support-tests:test build
8 8 runs:
9 9 using: "composite"
10 10 steps:

Lines changed: 1 addition & 0 deletions

Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ jobs:
32 32 with:
33 33 arguments: |
34 34 -Ptesting.enableJaCoCo \
35 + :platform-tooling-support-tests:test \
35 36 build \
36 37 jacocoRootReport
37 38 - name: Upload to Codecov.io

0 commit comments