From 1d4cbe8d854c14c38a209fdc1195b073f2dbbec0 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Fri, 8 Sep 2023 13:02:18 +0200 Subject: [PATCH] chore(workflows): Build core plugins prior to tests --- .github/workflows/tests.all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.all.yml b/.github/workflows/tests.all.yml index b4aa1f3f048..e748fd2a55a 100644 --- a/.github/workflows/tests.all.yml +++ b/.github/workflows/tests.all.yml @@ -45,7 +45,7 @@ jobs: env: CI: true - name: Build core plugins - run: "cd plugins/core-plugins && npm build && cd -" + run: "cd plugins/core-plugins && npm run build && cd -" - name: Run all tests run: npm run testall - name: Upload to codecov.io