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