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.
1 parent aacd91e commit 5a45e18Copy full SHA for 5a45e18
.github/workflows/test.yaml
@@ -22,8 +22,10 @@ jobs:
22
- uses: actions/checkout@v4
23
24
- name: "Install latest devcontainer CLI"
25
- run: npm install -g @devcontainers/cli
26
-
+ run: |
+ npm install -g @devcontainers/cli
27
+ mkdir -p ~/.config/devcontainer_rc
28
+
29
- name: "Generating tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}'"
30
run: devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .
31
0 commit comments