]> git.openstreetmap.org Git - rails.git/blob - .github/workflows/devcontainer.yml
Merge remote-tracking branch 'upstream/pull/6735'
[rails.git] / .github / workflows / devcontainer.yml
1 name: devcontainer
2
3 on:
4   - push
5   - pull_request
6
7 concurrency:
8   group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
9   cancel-in-progress: true
10
11 jobs:
12   test:
13     runs-on: ubuntu-latest
14     steps:
15       - name: Checkout (GitHub)
16         uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17
18       - name: Build and run dev container task
19         uses: devcontainers/ci@8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6 # v0.3.1900000417
20         with:
21           runCmd: bin/rails test:all