We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2a206 commit 04dd5e2Copy full SHA for 04dd5e2
.github/workflows/ci-cd.yml
@@ -27,6 +27,8 @@ jobs:
27
cache: 'npm'
28
- run: npm ci
29
- run: npm run build --if-present
30
+ - name: Debug
31
+ run: find src -name "*.spec.ts" | sort
32
- run: npm test
33
34
build:
0 commit comments