aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-12-31 02:31:46 -0600
committerGitHub <noreply@github.com>2021-12-31 02:31:46 -0600
commit2fa0321611985358e7cdbe44c833c610450fcbeb (patch)
treeacc3fb4d3850572d29204b430c1bff0ef3c0ca44 /.github
parent68cdc65a893c7149b637a46efe5bbcb319cb42cd (diff)
downloadskyblock-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.yml2
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