We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6ba353 + e0f2c0f commit 7ebdaeaCopy full SHA for 7ebdaea
1 file changed
.github/workflows/test.yml
@@ -19,6 +19,9 @@ jobs:
19
- uses: actions/checkout@v4
20
- name: Install uv
21
uses: astral-sh/setup-uv@v6
22
+ - uses: actions/setup-node@v4
23
+ with:
24
+ node-version: latest
25
26
- name: Copy Template
27
run: |
@@ -65,6 +68,14 @@ jobs:
65
68
docker compose up -d
66
69
docker compose down
67
70
71
+ - name: Test devcontainer
72
+ working-directory: /tmp/test-copier
73
+ run: |
74
+ npm install -g @devcontainers/cli
75
+ git init
76
+ devcontainer build --workspace-folder /tmp/test-copier
77
+ devcontainer up --workspace-folder /tmp/test-copier
78
+
79
ci-check:
80
name: CI Status Check
81
runs-on: ubuntu-latest
0 commit comments