Skip to content

Commit b530833

Browse files
committed
Update the Jest test command to remove the ":ci" suffix and improve test reporting in Jest-codecov action workflow.
1 parent 621321c commit b530833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jest-codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install dependencies # install dependencies
1313
run: yarn install --frozen-lockfile
1414
- run: yarn build # install packages
15-
- run: yarn test:ci # run tests (configured to use jest-junit reporter)
15+
- run: yarn test # run tests (configured to use jest-junit reporter)
1616
- name: Upload coverage reports to Codecov
1717
uses: codecov/codecov-action@v5
1818
with:

0 commit comments

Comments
 (0)