Skip to content

Commit cbe786d

Browse files
committed
fix: ci
1 parent 14212d6 commit cbe786d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- name: Test React 18
7373
run: yarn test:ci
7474

75+
- name: Upload coverage to Codecov
76+
uses: codecov/codecov-action@v2
77+
7578
test-react-17:
7679
needs: [install-cached-deps]
7780
runs-on: ubuntu-latest
@@ -99,6 +102,3 @@ jobs:
99102

100103
- name: Build website
101104
run: yarn --cwd website build
102-
103-
- name: Upload coverage to Codecov
104-
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)