Skip to content

Commit 2f0a1de

Browse files
committed
Mock out mount volumes in CI
1 parent f82ec33 commit 2f0a1de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
username: ${{ github.repository_owner }}
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131

32+
- name: Create dummy mount folders
33+
run: |
34+
mkdir -p ~/.config/gh
35+
mkdir -p ~/.azure
36+
3237
- name: Build and run CLI
3338
uses: devcontainers/[email protected]
3439
env:

0 commit comments

Comments
 (0)