8 group: ${{ github.workflow }}-{{ github.head_ref || github.ref }}
9 cancel-in-progress: true
14 runs-on: ubuntu-latest
94 - stateofthemap-jekyll
95 - stateofthemap-static
96 - stateofthemap-wordpress
116 - name: Check out code
117 uses: actions/checkout@v3
119 uses: ruby/setup-ruby@v1
122 - name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
123 run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}