From 96adb5e56d5068c830e49323d60988c2800ef81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20H=C3=BCttemann?= Date: Mon, 19 Jun 2023 20:39:14 +0200 Subject: [PATCH] Update CI config to run tests with `--ci` option --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9a45e0b..f2c7f5f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -40,7 +40,7 @@ pipeline: image: *node_image commands: - *create_synapse_access_token - - npm test + - npm test --ci node-compile: image: *node_image