- foundation-dwg
- foundation-mwg
- foundation-owg
+ - foundation-welcome
- foundation-wiki
- ftp
- geodns
- spamassassin
- ssl
- stateofthemap
- - stateofthemap-jekyll
- - stateofthemap-static
+ - stateofthemap-container
- stateofthemap-wordpress
- subversion
- supybot
bundler-cache: true
- name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
+ - name: Gather journal output
+ run: bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c journalctl --since=yesterday
+ if: ${{ failure() }}