Create ~/documents/org directory before running unit tests
After adding org-roam and org-journal the unit tests fail because this directory doesn’t exist.
This commit is contained in:
parent
e7f4dfe84e
commit
0222550478
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
`(,(format "unit-test-%s" module)
|
||||
("stage" . "unit-test")
|
||||
("dependencies" "package")
|
||||
("before_script" "mkdir -p ~/documents/org/")
|
||||
("script" . ,(format "make unit-test-%s TEST_ARCHIVE=$(realpath bin/)" module))))
|
||||
|
||||
(defun module->integration-test (module)
|
||||
|
|
Loading…
Reference in a new issue