From 2fa0321611985358e7cdbe44c833c610450fcbeb Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Fri, 31 Dec 2021 02:31:46 -0600 Subject: Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1859e2..f743282 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: node-version: '16.0.0' - run: npm install - name: Typescript compiler - uses: stepek/tsc-action@master + run: npm run compile - name: Run tests run: npm test -- cgit