Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Sep 6, 2023
1 parent 42ca6a5 commit c984e0f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gradle-cache-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,14 @@ jobs:
working-directory: gradle-enterprise-gradle-build-validation
run: |
./03-validate-local-build-caching-different-locations.sh -f \
-r https://github.com/jrhee17/armeria.git -t checkstyle \
-r https://github.com/jrhee17/armeria.git -t buildWeb \
-a --parallel\ -Pretry=true\ -PfailOnPassedAfterRetry=false
- name: Summarize result
if: always()
working-directory: gradle-enterprise-gradle-build-validation/.data/03-validate-local-build-caching-different-locations/latest
run: |
SUMMARY=$(find . -name '*.receipt' -maxdepth 1 -exec cat {} +)
echo '```' >> $GITHUB_STEP_SUMMARY
echo $SUMMARY >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
$(find . -name '*.receipt' -maxdepth 1 -exec cat {} +) >> $GITHUB_STEP_SUMMARY
- name: Clean up result
if: always()
Expand Down

0 comments on commit c984e0f

Please sign in to comment.