We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdccb99 commit c036564Copy full SHA for c036564
1 file changed
.github/workflows/build.yml
@@ -320,7 +320,7 @@ jobs:
320
##########################################################################
321
# Caffeine Install
322
323
- - name: Version info
+ - name: Version info (pre-build)
324
run: |
325
echo == TOOL VERSIONS ==
326
echo Platform version info:
@@ -345,6 +345,10 @@ jobs:
345
346
# Caffeine Testing
347
348
+ - name: Version info (run-fpm)
349
+ run: |
350
+ ./run-fpm.sh info
351
+
352
- name: Run examples
353
354
echo CAF_IMAGES=${CAF_IMAGES}
0 commit comments