Skip to content

Commit

Permalink
fix: clean up action
Browse files Browse the repository at this point in the history
Changed path to find cypress file in action
  • Loading branch information
BKristenssonAlfsson committed Jun 12, 2020
1 parent 6c6d213 commit 1346cea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,11 @@ jobs:
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Current directory
run: |
pwd
ls -al
- name: Code Coverage Report
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: ./coverage/cypress/coverage-final.json # optional
file: ./coverage/coverage-final.json # optional
fail_ci_if_error: true # optional (default = false)
- name: Build PWA distribution for production
run: |
Expand Down

0 comments on commit 1346cea

Please sign in to comment.