9 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
10 cancel-in-progress: true
103 - stateofthemap-container
104 - stateofthemap-wordpress
129 suite: apt-repository
157 - suite: apt-repository
183 - suite: web-frontend
189 - name: Login to GitHub Container Registry
190 uses: docker/login-action@v3
193 username: ${{ github.actor }}
194 password: ${{ secrets.GITHUB_TOKEN }}
195 - name: Login to Docker Hub
196 uses: docker/login-action@v3
198 username: ${{ secrets.DOCKERHUB_USERNAME }}
199 password: ${{ secrets.DOCKERHUB_TOKEN }}
200 if: github.repository == 'openstreetmap/chef' && github.event_name != 'pull_request'
201 - name: Check out code
202 uses: actions/checkout@v4
204 uses: ruby/setup-ruby@v1
208 - name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
209 run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
210 - name: Gather journal output
212 bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl --since=yesterday"
213 bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "networkctl status --all"
214 bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "resolvectl status" || true