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 }}