Skip to content

Commit

Permalink
ci: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Feb 13, 2022
1 parent 46f11ca commit c4fbde6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-helpers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ jobs:
echo $GITHUB_ENV;
echo ${{ env.COVERAGE }}
env;
export COVERAGE=true;
echo $COVERAGE;
echo $GITHUB_ENV;
echo ${{ env.COVERAGE }}
env;
npm run test:helpers
- name: Upload coverage to codecov
Expand Down

0 comments on commit c4fbde6

Please sign in to comment.