Skip to content

Commit 6bbcf89

Browse files
committed
fix: Fixed codecov flow
1 parent caaac1e commit 6bbcf89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ jobs:
6161
- test_matrix
6262
- test
6363
steps:
64+
- uses: actions/checkout@v4
65+
- uses: actions/setup-node@v4
66+
with:
67+
node-version: lts/*
68+
cache: npm
69+
- run: npm clean-install
70+
- run: npm run test:e2e:cov
6471
- name: Upload coverage reports to Codecov
6572
uses: codecov/codecov-action@v3
6673
env:

0 commit comments

Comments
 (0)