Skip to content

Commit b4fd915

Browse files
committed
Fix workflow
1 parent 7978068 commit b4fd915

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,19 @@ jobs:
6868
6969
- name: 🛡️ Security Tests - Prompt Injection Defense
7070
working-directory: ./api
71+
env:
72+
CI: true
73+
SKIP_EXTERNAL_SERVICE_TESTS: true
7174
run: |
7275
echo "🛡️ Running security tests - prompt injection defense..."
7376
npm run test:security -- --ci --verbose=false --testTimeout=10000
7477
echo "✅ Security tests completed"
7578
7679
- name: 🔍 Security scan - npm audit
7780
working-directory: ./api
81+
env:
82+
CI: true
83+
SKIP_EXTERNAL_SERVICE_TESTS: true
7884
run: |
7985
echo "� Scanning dependencies for security vulnerabilities..."
8086
npm audit --audit-level=moderate

0 commit comments

Comments
 (0)