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 615f996 commit f925d55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-helpers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ jobs:
if: env.CI_SKIP == 'false' && env.IS_UBUNTU != 'false'
run: |
echo "COVERAGE=true" >> $GITHUB_ENV
echo $COVERAGE;
echo $GITHUB_ENV;
echo ${{ env.COVERAGE }}
echo ${{ toJson(env) }}
npm run test:helpers
- name: Upload coverage to codecov
Expand Down

0 comments on commit f925d55

Please sign in to comment.