File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 11name : Check Samples
22
33on :
4+
45 workflow_dispatch :
56
7+ workflow_call :
8+ secrets :
9+ SLACK_WEBHOOK_URL :
10+ required : true
11+ GRADLE_ENTERPRISE_SECRET_ACCESS_KEY :
12+ required : true
13+ ARTIFACTORY_USERNAME :
14+ required : true
15+ ARTIFACTORY_PASSWORD :
16+ required : true
617env :
718 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
819 DEVELOCITY_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 8383 name : test-results
8484 path : ' */build/reports/tests/**/*.*'
8585 retention-days : 3
86+
8687 check_samples :
8788 name : Check Sample Apps
8889 needs : [prerequisites]
90+ uses : ./.github/workflows/check-samples.yml
91+ with :
92+ secrets :
93+ inherit
94+
8995 strategy :
9096 matrix :
9197 springBootVersion : [ "${{ needs.prerequisites.outputs.boot_version }}" ]
You can’t perform that action at this time.
0 commit comments