From c035316b0fafae80610c03fd36b9ae1cdfe0d65f Mon Sep 17 00:00:00 2001 From: Rincy Mathew Date: Tue, 2 Feb 2021 08:03:38 -0600 Subject: [PATCH] Resolves #96 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8af833a..dddfc1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Build on: [ push, pull_request, workflow_dispatch ] jobs: - node: + build: runs-on: ubuntu-latest steps: @@ -32,7 +32,7 @@ jobs: - name: "Node Tests" run: npm run test-ci - - name: "Send to Coveralls" + - name: "Coverage Report" uses: MikeEdgar/github-action@raw_coverage_file with: github-token: ${{ secrets.github_token }}