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