We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2b55e commit 753c90fCopy full SHA for 753c90f
.github/workflows/pull-request-metrics.yml
@@ -15,8 +15,8 @@ jobs:
15
- name: Build
16
shell: bash
17
run: |
18
- ./gradlew build
19
- ./gradlew publishAllPublicationsToTestLocalRepository
+ ./gradlew build --parallel
+ ./gradlew publishAllPublicationsToTestLocalRepository --parallel
20
21
- name: Calculate metrics
22
uses: awslabs/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/calculate-and-upload@asm-v2 # TODO: Change to main before merging
0 commit comments