Skip to content

Commit 5c08b18

Browse files
chore: install devcontainer cli for action
1 parent 9ac6575 commit 5c08b18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: "Install latest devcontainer CLI"
16+
run: npm install -g @devcontainers/cli
17+
1518
- name: "Generate documentation"
1619
run: make -B docs
1720

0 commit comments

Comments
 (0)