From 0b65a9917a6e28e406253c993383beac93b6917d Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Wed, 22 Jun 2022 19:20:06 +0300 Subject: [PATCH] WITHOUT COVERALLS --- .github/workflows/test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64aa021..8dae823 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,14 +29,9 @@ jobs: - name: Clean install, build, test run: | npm ci - npm run build --if-present + npm run build --if-present --openssl-legacy-provider npm test - - name: Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.COVERALLS_REPO_TOKEN }} - lint: runs-on: ubuntu-20.04