From 8dce32153f1dc70f57cb0c2d1b80a08149f96f65 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 24 Apr 2023 09:53:44 -0400 Subject: [PATCH] ci: Fix test of 'Cron Test' workflow Signed-off-by: Sebastian Malton --- .github/workflows/cron-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron-test.yaml b/.github/workflows/cron-test.yaml index 2358a34e9a..5be4bfac2d 100644 --- a/.github/workflows/cron-test.yaml +++ b/.github/workflows/cron-test.yaml @@ -51,7 +51,7 @@ jobs: command: npm ci - name: Build library parts - run: run npm build -- --ignore open-lens + run: npm run build -- --ignore open-lens - run: npm run test:unit name: Run tests