aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Merwin <[email protected]>2019-11-20 16:42:55 -0800
committerNick Merwin <[email protected]>2019-11-20 16:42:55 -0800
commitcbc1bdf5ab1c48e5c6a59d229e4e601bd25f351d (patch)
treef4a6b3bedd675af7d75f80215c166d8a984fd1d7
parent217402c11ac5dfb636b248b4124ca538770a3a4f (diff)
downloadnode-coveralls-cbc1bdf5ab1c48e5c6a59d229e4e601bd25f351d.tar.xz
node-coveralls-cbc1bdf5ab1c48e5c6a59d229e4e601bd25f351d.zip
Update test.yml
-rw-r--r--.github/workflows/test.yml2
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 }}"