8 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9 cancel-in-progress: true
13 runs-on: ubuntu-latest
15 - name: Checkout (GitHub)
16 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18 - name: Build and run dev container task
19 uses: devcontainers/ci@8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6 # v0.3.1900000417
21 runCmd: bin/rails test:all