We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f7e263 + 32cd4d2 commit c9277aeCopy full SHA for c9277ae
2 files changed
.github/workflows/ci-cd.yml
@@ -31,8 +31,7 @@ jobs:
31
- name: Build with Maven
32
run: |
33
cd backend
34
- ./mvnw clean package -DskipTests=false
35
- # Note: Set skipTests to true if you haven't written JUnit tests yet
+ mvn clean package -DskipTests=false
36
37
frontend-ci:
38
runs-on: ubuntu-latest
README.md
@@ -42,7 +42,7 @@ cd frontend
42
npm install
43
npm run dev
44
```
45
-## 🧠 Technical Highlights (Senior Level)
+## 🧠 Technical Highlights
46
47
### 🚀 AI Risk Assessment Middleware
48
Unlike standard auth flows, this system intercepts the /initiate request to perform:
0 commit comments