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