diff options
author | mat <github@matdoes.dev> | 2021-12-31 02:44:06 -0600 |
---|---|---|
committer | mat <github@matdoes.dev> | 2021-12-31 02:44:06 -0600 |
commit | 3a6df7e6fe9717d956934b7a46e9527314b4b450 (patch) | |
tree | 889515577fe467fd603fb012a30c6c0f6bbdd388 /.github | |
parent | d9472d922d48dbb7bc15421efa9e62dfed0cee93 (diff) | |
parent | 2fa0321611985358e7cdbe44c833c610450fcbeb (diff) | |
download | skyblock-api-3a6df7e6fe9717d956934b7a46e9527314b4b450.tar.gz skyblock-api-3a6df7e6fe9717d956934b7a46e9527314b4b450.tar.bz2 skyblock-api-3a6df7e6fe9717d956934b7a46e9527314b4b450.zip |
Merge branch 'main' of https://github.com/skyblockstats/skyblock-api
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 |