File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,12 @@ workflow(
148
148
name = " Fetch maven-metadata.xml for nested action" ,
149
149
command = " curl --fail http://localhost:8080/actions/cache__save/maven-metadata.xml | grep '<version>v4</version>'" ,
150
150
)
151
+
152
+ run (
153
+ name = " Print server logs" ,
154
+ command = " cat jit-binding-server/logs/server.log" ,
155
+ condition = expr { always() }
156
+ )
151
157
}
152
158
153
159
job(
Original file line number Diff line number Diff line change @@ -118,6 +118,10 @@ jobs:
118
118
- id : ' step-16'
119
119
name : ' Fetch maven-metadata.xml for nested action'
120
120
run : ' curl --fail http://localhost:8080/actions/cache__save/maven-metadata.xml | grep '' <version>v4</version>'' '
121
+ - id : ' step-17'
122
+ name : ' Print server logs'
123
+ run : ' cat jit-binding-server/logs/server.log'
124
+ if : ' ${{ always() }}'
121
125
deploy :
122
126
name : ' Deploy to DockerHub'
123
127
runs-on : ' ubuntu-latest'
You can’t perform that action at this time.
0 commit comments