1 name: Development Container
11 group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
12 cancel-in-progress: true
16 runs-on: ubuntu-latest
18 - name: Checkout (GitHub)
19 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20 - name: Build and run dev container task
21 uses: devcontainers/ci@b63b30de439b47a52267f241112c5b453b673db5 # v0.3.1900000449
23 runCmd: bin/rails test:all