We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621321c commit b530833Copy full SHA for b530833
.github/workflows/jest-codecov.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install dependencies # install dependencies
13
run: yarn install --frozen-lockfile
14
- run: yarn build # install packages
15
- - run: yarn test:ci # run tests (configured to use jest-junit reporter)
+ - run: yarn test # run tests (configured to use jest-junit reporter)
16
- name: Upload coverage reports to Codecov
17
uses: codecov/codecov-action@v5
18
with:
0 commit comments