From 3b660958c5ff7b31ee39587fcb57c0b6de62e754 Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Tue, 16 Feb 2021 06:37:29 -0500 Subject: [PATCH] Build project before testing. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4369725..2445a47 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,5 +22,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci + - run: npm run build -- --no-minify - run: npm run typecheck - run: npm test