9 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
10 cancel-in-progress: true
100 - stateofthemap-container
101 - stateofthemap-wordpress
137 - name: Login to GitHub Container Registry
138 uses: docker/login-action@v3
141 username: ${{ github.actor }}
142 password: ${{ secrets.GITHUB_TOKEN }}
143 - name: Check out code
144 uses: actions/checkout@v4
146 uses: ruby/setup-ruby@v1
150 - name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
151 run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}
152 - name: Gather journal output
154 bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl --since=yesterday"
155 bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "networkctl status --all"
156 bundle exec kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "resolvectl status" || true