Skip to content

Commit 61e08e2

Browse files
author
Dias, Diego
committed
Refactor: Revert back trigger to PR
1 parent e988e4e commit 61e08e2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test-coverage.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ jobs:
3333
- name: Run Inline Assertion Tests & Verify Parity
3434
run: node scripts/run-inline-tests.js
3535

36-
- name: Run Jest Tests with Coverage
37-
run: npx jest --config=jest.config.jest-tests.js --coverage --ci --json --testLocationInResults --outputFile=report.json
38-
3936
- name: Jest Coverage Report
4037
uses: ArtiomTr/jest-coverage-report-action@v2
4138
if: always()
4239
with:
43-
coverage-file: ./report.json
44-
base-coverage-file: ./report.json
40+
test-script: npx jest --config=jest.config.jest-tests.js --coverage
41+
working-directory: ./
42+
skip-step: install

0 commit comments

Comments
 (0)