Skip to content

Commit

Permalink
fix: Fixed codecov flow
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Jan 31, 2024
1 parent caaac1e commit 6bbcf89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ jobs:
- test_matrix
- test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- run: npm clean-install
- run: npm run test:e2e:cov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 6bbcf89

Please sign in to comment.