We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6719e2 commit d78730aCopy full SHA for d78730a
.github/actions/main-build/action.yml
@@ -4,7 +4,7 @@ inputs:
4
arguments:
5
required: true
6
description: Gradle arguments
7
- default: build
+ default: :platform-tooling-support-tests:test build
8
runs:
9
using: "composite"
10
steps:
.github/workflows/main.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
arguments: |
34
-Ptesting.enableJaCoCo \
35
+ :platform-tooling-support-tests:test \
36
build \
37
jacocoRootReport
38
- name: Upload to Codecov.io
0 commit comments