Skip to content

Commit

Permalink
Bug fix from actions developer (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstens authored Jun 10, 2021
1 parent 3662780 commit a9f1e5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:

- name: Run api tests with coverage
working-directory: api
run: CI=true
run: CI=true
npm run coverage

- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: false
Expand All @@ -63,11 +63,11 @@ jobs:

- name: Run app tests with coverage
working-directory: app
run: CI=true
run: CI=true
npm run coverage

- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: false

0 comments on commit a9f1e5d

Please sign in to comment.