From 43e69b1add61c458870c59f1800a293b2f81cd42 Mon Sep 17 00:00:00 2001 From: Jacob Bandes-Storch Date: Mon, 30 Aug 2021 13:52:11 -0700 Subject: [PATCH] Run tests in CI (#34) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93e696d..2f850c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,6 @@ on: jobs: test: - name: lint runs-on: ubuntu-latest steps: @@ -29,6 +28,7 @@ jobs: - run: npm install - run: npm run tsc - run: npm run lint + - run: npm run test # publish version tags - name: npm publish