8 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9 cancel-in-progress: true
100 - stateofthemap-jekyll
101 - stateofthemap-static
102 - stateofthemap-wordpress
132 - name: Check out code
133 uses: actions/checkout@v3
135 uses: ruby/setup-ruby@v1
139 - name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
140 run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
141 - name: Gather journal output
142 run: bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c journalctl --since=yesterday