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