Skip to content

Commit

Permalink
WIP - modified build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathew1011 committed Jan 15, 2021
1 parent 2395673 commit 7fa6a2b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ jobs:
sleep 1 # give server time to start
- name: "Running Tests"
run: npm run test-ci
run: |
npm run test-ci
grunt coverage
- name: "Send to Coveralls (build node-${{ github.run_number }})"
uses: MikeEdgar/github-action@raw_coverage_file
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: './coverage/lcov.info'
path-to-file: './coverage/coveralls.json'
coverage-format: raw

0 comments on commit 7fa6a2b

Please sign in to comment.