From cbc1bdf5ab1c48e5c6a59d229e4e601bd25f351d Mon Sep 17 00:00:00 2001 From: Nick Merwin Date: Wed, 20 Nov 2019 16:42:55 -0800 Subject: Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7333db0..e8179c8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: run: npm install # switch to `npm ci` when Node.js 6 support is dropped - name: Run tests - run: make test-coveralls + run: npm run test-coveralls env: COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}" COVERALLS_GIT_BRANCH: "${{ github.ref }}" -- cgit v1.2.3