Skip to content

Commit 5a45e18

Browse files
author
Richard Cunningham
committed
Add host folder for feature mount
1 parent aacd91e commit 5a45e18

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: "Install latest devcontainer CLI"
25-
run: npm install -g @devcontainers/cli
26-
25+
run: |
26+
npm install -g @devcontainers/cli
27+
mkdir -p ~/.config/devcontainer_rc
28+
2729
- name: "Generating tests for '${{ matrix.features }}' against '${{ matrix.baseImage }}'"
2830
run: devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} .
2931

0 commit comments

Comments
 (0)