Skip to content

Commit

Permalink
Prioritize tasks on critical path of task graph
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Aug 12, 2024
1 parent b6719e2 commit d78730a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/main-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
arguments:
required: true
description: Gradle arguments
default: build
default: :platform-tooling-support-tests:test build
runs:
using: "composite"
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
arguments: |
-Ptesting.enableJaCoCo \
:platform-tooling-support-tests:test \
build \
jacocoRootReport
- name: Upload to Codecov.io
Expand Down

0 comments on commit d78730a

Please sign in to comment.