Skip to content

Commit 815659f

Browse files
reverted workflow file
1 parent 3d5658b commit 815659f

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/coverage-check.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- name: Set up Node.js
22-
uses: actions/setup-node@v4
23-
with:
24-
node-version: '22.14.0'
25-
cache: 'npm'
26-
27-
- name: Install dependencies
28-
run: npm install --ignore-scripts
29-
3021
- name: Run unit tests with coverage
3122
uses: ArtiomTr/jest-coverage-report-action@v2
3223
id: coverage
3324
with:
3425
test-script: npm run test:unit
35-
threshold: 95
36-
coverage-file: ./reports/contentstack-delivery/coverage/coverage-final.json
37-
base-coverage-file: ./reports/contentstack-delivery/coverage/coverage-final.json
38-
skip-step: install
26+
threshold: 95

0 commit comments

Comments
 (0)