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 1
1
name : Check Samples
2
2
3
3
on :
4
+
4
5
workflow_dispatch :
5
6
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
6
17
env :
7
18
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
8
19
DEVELOCITY_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 83
83
name : test-results
84
84
path : ' */build/reports/tests/**/*.*'
85
85
retention-days : 3
86
+
86
87
check_samples :
87
88
name : Check Sample Apps
88
89
needs : [prerequisites]
90
+ uses : ./.github/workflows/check-samples.yml
91
+ with :
92
+ secrets :
93
+ inherit
94
+
89
95
strategy :
90
96
matrix :
91
97
springBootVersion : [ "${{ needs.prerequisites.outputs.boot_version }}" ]
You can’t perform that action at this time.
0 commit comments