diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-12-29 20:34:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-29 20:34:06 -0600 |
commit | 51a2d1a940c0b697c2efd9b9157ef09d70cd91fd (patch) | |
tree | 71cee4da86052b367d9288329806d4577062551a /.github | |
parent | 2ab1e66c2e0962f4eb8f4a7f9ed7b7356577aaed (diff) | |
download | skyblock-api-51a2d1a940c0b697c2efd9b9157ef09d70cd91fd.tar.gz skyblock-api-51a2d1a940c0b697c2efd9b9157ef09d70cd91fd.tar.bz2 skyblock-api-51a2d1a940c0b697c2efd9b9157ef09d70cd91fd.zip |
Update test.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a07110..c51ec78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,6 @@ jobs: build: runs-on: ubuntu-latest name: Compile Typescript - if: github.ref == 'refs/heads/main' needs: [ test ] steps: - name: Checkout @@ -27,14 +26,8 @@ jobs: with: node-version: '16.0.0' - run: npm install - - name: Compile Typescript - uses: FuLagann/tsc-build-push@v1 - with: - user-name: "mat-1" - user-email: "github@matdoes.dev" - message: "Compiled TS into JS" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Typescript compiler + uses: iCrawl/action-tsc@v1 automerge: needs: [ build ] |