Skip to content

Commit c036564

Browse files
committed
CI: Add a build step to output run-fpm info
1 parent cdccb99 commit c036564

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
##########################################################################
321321
# Caffeine Install
322322

323-
- name: Version info
323+
- name: Version info (pre-build)
324324
run: |
325325
echo == TOOL VERSIONS ==
326326
echo Platform version info:
@@ -345,6 +345,10 @@ jobs:
345345
##########################################################################
346346
# Caffeine Testing
347347

348+
- name: Version info (run-fpm)
349+
run: |
350+
./run-fpm.sh info
351+
348352
- name: Run examples
349353
run: |
350354
echo CAF_IMAGES=${CAF_IMAGES}

0 commit comments

Comments
 (0)