diff options
Diffstat (limited to '.woodpecker.yml')
-rw-r--r-- | .woodpecker.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index 4de0d93..26dc9d7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,7 @@ pipeline: build: image: silex/emacs:cask - commands: cask emacs -batch -l test/ert-helper.el -l test/*-tests.el -f ert-run-tests-batch-and-exit + commands: + - cask install + - cask emacs -batch -l test/ert-helper.el -l test/*-tests.el -f ert-run-tests-batch-and-exit |