From a34d6820db5d13850bcaae78252509d9bedea2db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCller?= Date: Thu, 15 Oct 2020 10:41:49 +0200 Subject: [PATCH] BETTERZON-5: Fixing unit test pipeline --- .github/workflows/master-betterzon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master-betterzon.yml b/.github/workflows/master-betterzon.yml index 8b6a3a2..fa2522b 100644 --- a/.github/workflows/master-betterzon.yml +++ b/.github/workflows/master-betterzon.yml @@ -30,4 +30,4 @@ jobs: - name: npm ci and npm run build run: | npm ci - npm run build:ci + npm run build