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