From aeb3e0fcd750be80d74f07ee94363abdf2b51020 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Thu, 22 Sep 2022 07:58:37 -0600 Subject: [PATCH] Avoid runnning unit tests to verify outputs --- .github/workflows/ci-verify-outputs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-verify-outputs.yml b/.github/workflows/ci-verify-outputs.yml index 87b2458..ba94d10 100644 --- a/.github/workflows/ci-verify-outputs.yml +++ b/.github/workflows/ci-verify-outputs.yml @@ -19,7 +19,7 @@ jobs: - name: Build run: | npm install - npm run all + npm run build - name: Compare the expected and actual dist/ directories run: |