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