We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2ac11 commit 30d7e8bCopy full SHA for 30d7e8b
.github/workflows/ci-cd.yml
@@ -27,15 +27,5 @@ jobs:
27
cache: 'npm'
28
- run: npm ci
29
- 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"
40
- run: npm test
41
0 commit comments