We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b77a29 commit b79c50eCopy full SHA for b79c50e
1 file changed
.github/workflows/github-ci.yml
@@ -27,12 +27,6 @@ jobs:
27
- name: Install dependencies
28
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
29
30
- # Intentionally fail the job (prevents uploads below)
31
- - name: Fail intentionally
32
- run: |
33
- echo "Intentionally failing coverage job"
34
- exit 1
35
-
36
- name: Perform ESLint check
37
run: npm run lint
38
@@ -42,8 +36,8 @@ jobs:
42
- name: Perform dependency check
43
run: npm run depcheck
44
45
- - name: Run unit tests
46
- run: npm run coverage
39
+ # - name: Run unit tests
40
+ # run: npm run coverage
47
41
48
- name: Generate JSDoc documentation (workspace)
49
working-directory: internal/documentation
0 commit comments