Skip to content

Commit 04dd5e2

Browse files
authored
Update ci-cd.yml
debug test file discovery
1 parent 7a2a206 commit 04dd5e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
cache: 'npm'
2828
- run: npm ci
2929
- run: npm run build --if-present
30+
- name: Debug
31+
run: find src -name "*.spec.ts" | sort
3032
- run: npm test
3133

3234
build:

0 commit comments

Comments
 (0)