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