8 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9 cancel-in-progress: true
94 - stateofthemap-jekyll
95 - stateofthemap-static
96 - stateofthemap-wordpress
126 - name: Check out code
127 uses: actions/checkout@v3
129 uses: ruby/setup-ruby@v1
133 - name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
134 run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}