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