Skip to content

Commit

Permalink
Resolves #96
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathew1011 committed Feb 2, 2021
1 parent 3be58cb commit c035316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -3,7 +3,7 @@ name: Build
on: [ push, pull_request, workflow_dispatch ]

jobs:
node:
build:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit c035316

Please sign in to comment.