diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3edd8f5..6eb5edb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 - run: npm i - - run: tsc + - run: npx tsc test: runs-on: ubuntu-latest