diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-12-31 02:31:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-31 02:31:46 -0600 |
commit | 2fa0321611985358e7cdbe44c833c610450fcbeb (patch) | |
tree | acc3fb4d3850572d29204b430c1bff0ef3c0ca44 /.github | |
parent | 68cdc65a893c7149b637a46efe5bbcb319cb42cd (diff) | |
download | skyblock-api-2fa0321611985358e7cdbe44c833c610450fcbeb.tar.gz skyblock-api-2fa0321611985358e7cdbe44c833c610450fcbeb.tar.bz2 skyblock-api-2fa0321611985358e7cdbe44c833c610450fcbeb.zip |
Update test.yml
Diffstat (limited to '.github')
-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 |