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