Skip to content

Commit 30d7e8b

Browse files
authored
Update ci-cd.yml
removed debug, working all tests
1 parent 1c2ac11 commit 30d7e8b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci-cd.yml

-10
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,5 @@ jobs:
2727
cache: 'npm'
2828
- run: npm ci
2929
- run: npm run build --if-present
30-
- name: Debug repository structure
31-
run: |
32-
echo "All .spec.ts files in repository:"
33-
find . -name "*.spec.ts" | sort
34-
echo "Directory structure of src/modules:"
35-
ls -la src/modules || echo "modules directory not found"
36-
echo "Auth module structure (if exists):"
37-
ls -la src/modules/auth || echo "auth directory not found"
38-
echo "Test directory structure (if exists):"
39-
ls -la src/modules/auth/test || echo "test directory not found"
4030
- run: npm test
4131

0 commit comments

Comments
 (0)