From 28203a9d19f1a0a5a24b20f1f7233327b1479449 Mon Sep 17 00:00:00 2001 From: Patrick Hensley Date: Wed, 3 Jan 2024 05:53:23 -0500 Subject: [PATCH] Disable tslint --- .github/workflows/build-test.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index d2c3b8c..80c4bdb 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -29,15 +29,7 @@ jobs: run: | yarn yarn clean - yarn lint - name: Test - run: yarn test:codecov - -# - uses: codecov/codecov-action@v1 -# if: matrix.node-version == '16.x' -# with: -# file: ./coverage/lcov.info -# name: codecov-umbrella -# fail_ci_if_error: true + run: yarn test