branch: externals/phpinspect commit c2b06fe2657d21702e40a5535852a0306445009e Author: Hugo Thunnissen <de...@hugot.nl> Commit: Hugo Thunnissen <de...@hugot.nl>
Another attempt at fixing CI --- .woodpecker.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c6405762a0..e5f1c0ed6f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,5 @@ pipeline: - steps: - - name: test - image: silex/emacs:28.1-ci - commands: - - emacs -L ./ -batch -l ert -l ./phpinspect.el -l ./test/phpinspect-test.el -f ert-run-tests-batch-and-exit + test: + image: silex/emacs:28.1-ci + commands: + - emacs -L ./ -batch -l ert -l ./phpinspect.el -l ./test/phpinspect-test.el -f ert-run-tests-batch-and-exit