Skip to content

Commit b79c50e

Browse files
committed
test: Test
1 parent 4b77a29 commit b79c50e

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/github-ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
- name: Install dependencies
2828
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
2929

30-
# Intentionally fail the job (prevents uploads below)
31-
- name: Fail intentionally
32-
run: |
33-
echo "Intentionally failing coverage job"
34-
exit 1
35-
3630
- name: Perform ESLint check
3731
run: npm run lint
3832

@@ -42,8 +36,8 @@ jobs:
4236
- name: Perform dependency check
4337
run: npm run depcheck
4438

45-
- name: Run unit tests
46-
run: npm run coverage
39+
# - name: Run unit tests
40+
# run: npm run coverage
4741

4842
- name: Generate JSDoc documentation (workspace)
4943
working-directory: internal/documentation

0 commit comments

Comments
 (0)