Skip to content

Commit

Permalink
Update GitHub workflows to skip benchmark tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 21, 2023
1 parent f706127 commit 7ed2d17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Build with Gradle
run: |
./gradlew --scan --stacktrace \
assemble -x :demo:pixel6api31Setup -x :demo:pixel6api31NonMinifiedReleaseAndroidTest -x :demo:collectNonMinifiedReleaseBaselineProfile
assemble -x :benchmark:pixel6api31Setup -x :benchmark:pixel6api31NonMinifiedReleaseAndroidTest -x :benchmark:collectNonMinifiedReleaseBaselineProfile
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: chmod +x gradlew

- name: Release build
run: ./gradlew assemble --scan -x :demo:pixel6api31Setup -x :demo:pixel6api31NonMinifiedReleaseAndroidTest -x :demo:collectNonMinifiedReleaseBaselineProfile
run: ./gradlew assemble --scan -x :benchmark:pixel6api31Setup -x :benchmark:pixel6api31NonMinifiedReleaseAndroidTest -x :benchmark:collectNonMinifiedReleaseBaselineProfile

- name: Publish to MavenCentral
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: chmod +x gradlew

- name: Release build
run: ./gradlew assemble --scan -x :demo:pixel6api31Setup -x :demo:pixel6api31NonMinifiedReleaseAndroidTest -x :demo:collectNonMinifiedReleaseBaselineProfile
run: ./gradlew assemble --scan -x :benchmark:pixel6api31Setup -x :benchmark:pixel6api31NonMinifiedReleaseAndroidTest -x :benchmark:collectNonMinifiedReleaseBaselineProfile

- name: Publish to MavenCentral
run: |
Expand Down

0 comments on commit 7ed2d17

Please sign in to comment.