9 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
10 cancel-in-progress: true
100 - stateofthemap-container
101 - stateofthemap-wordpress
161 - name: Login to GitHub Container Registry
162 uses: docker/login-action@v3
165 username: ${{ github.actor }}
166 password: ${{ secrets.GITHUB_TOKEN }}
167 - name: Check out code
168 uses: actions/checkout@v4
170 uses: ruby/setup-ruby@v1
174 - name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
175 run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
176 - name: Gather journal output
178 bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl --since=yesterday"
179 bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "networkctl status --all"
180 bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "resolvectl status" || true