diff options
| author | Nick Merwin <[email protected]> | 2019-11-20 16:42:55 -0800 |
|---|---|---|
| committer | Nick Merwin <[email protected]> | 2019-11-20 16:42:55 -0800 |
| commit | cbc1bdf5ab1c48e5c6a59d229e4e601bd25f351d (patch) | |
| tree | f4a6b3bedd675af7d75f80215c166d8a984fd1d7 /.github | |
| parent | 217402c11ac5dfb636b248b4124ca538770a3a4f (diff) | |
| download | node-coveralls-cbc1bdf5ab1c48e5c6a59d229e4e601bd25f351d.tar.xz node-coveralls-cbc1bdf5ab1c48e5c6a59d229e4e601bd25f351d.zip | |
Update test.yml
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 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 }}" |
