9 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
10 cancel-in-progress: true
104 - stateofthemap-container
105 - stateofthemap-wordpress
135 - name: Login to GitHub Container Registry
136 uses: docker/login-action@v3
139 username: ${{ github.actor }}
140 password: ${{ secrets.GITHUB_TOKEN }}
141 - name: Check out code
142 uses: actions/checkout@v4
144 uses: ruby/setup-ruby@v1
148 - name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
149 run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
150 - name: Gather journal output
151 run: bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c journalctl --since=yesterday