diff options
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |