lhotari commented on a change in pull request #10001:
URL: https://github.com/apache/pulsar/pull/10001#discussion_r599277662
##########
File path: .github/workflows/ci-build-macos.yaml
##########
@@ -46,17 +46,19 @@ jobs:
uses: actions/cache@v2
with:
path: |
- ~/.m2/repository
+ ~/.m2/repository/*/*/*
!~/.m2/repository/org/apache/pulsar
- !~/.m2/.gradle-enterprise
- key: ${{ runner.os }}-maven-dependencies-${{ hashFiles('**/pom.xml')
}}
+ key: ${{ runner.os }}-m2-dependencies-all-${{
hashFiles('**/pom.xml') }}
+ restore-keys: |
+ ${{ runner.os }}-m2-dependencies-all-
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Replace maven's wagon-http version
+ if: ${{ steps.changes.outputs.all_count >
steps.changes.outputs.docs_count }}
Review comment:
good catch, that's a copy-paste error. I'll revisit it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]