Skip to content

Commit

Permalink
fix: add mounts points for devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Nov 18, 2023
1 parent 1b5cbf2 commit c2497ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2497ee

Please sign in to comment.