8 group: ${{ github.workflow }}-{{ github.head_ref || github.ref }}
9 cancel-in-progress: true
14 runs-on: ubuntu-latest
113 - name: Check out code
114 uses: actions/checkout@v3
116 uses: ruby/setup-ruby@v1
119 - name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
120 run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}