From c2497eeb7a0cc76763d45db4694b1a0c9d6d55ac Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Sat, 18 Nov 2023 17:05:53 +0000 Subject: [PATCH] fix: add mounts points for devcontainer --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 47305c32..11f7a797 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,6 +30,8 @@ jobs: - name: Create github hosts file run: | # If this file is not created, the dev container fails because of non-existant mount mkdir -p ~/.config/gh + mkdir -p ~/ankidecks + mkdir -p /Users/Shared/life-lessons/docs/life-lessons/ touch ~/.config/gh/hosts.yml - name: Pre-build dev container image