Skip to content

Commit d78730a

Browse files
committed
Prioritize tasks on critical path of task graph
1 parent b6719e2 commit d78730a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/main-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
arguments:
55
required: true
66
description: Gradle arguments
7-
default: build
7+
default: :platform-tooling-support-tests:test build
88
runs:
99
using: "composite"
1010
steps:

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
arguments: |
3434
-Ptesting.enableJaCoCo \
35+
:platform-tooling-support-tests:test \
3536
build \
3637
jacocoRootReport
3738
- name: Upload to Codecov.io

0 commit comments

Comments
 (0)