9 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
10 cancel-in-progress: true
101 - stateofthemap-container
102 - stateofthemap-wordpress
126 suite: apt-repository
144 - suite: apt-repository
166 - name: Login to GitHub Container Registry
167 uses: docker/login-action@v3
170 username: ${{ github.actor }}
171 password: ${{ secrets.GITHUB_TOKEN }}
172 - name: Check out code
173 uses: actions/checkout@v4
175 uses: ruby/setup-ruby@v1
179 - name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
180 run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
181 - name: Gather journal output
183 bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl --since=yesterday"
184 bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "networkctl status --all"
185 bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "resolvectl status" || true