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