From df66b0f3203cd4a8fc6578ad352a030097fcd32c Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Sat, 21 Sep 2019 10:35:13 -0400 Subject: [PATCH] update test yml --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b2ff78..855c29e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,7 @@ jobs: - uses: actions/checkout@v1 - run: npm ci + - run: npm run build - run: npm test - uses: actions/typescript-action@releases/v1 with: