Skip to content

Commit c9277ae

Browse files
committed
Merge
2 parents 7f7e263 + 32cd4d2 commit c9277ae

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
- name: Build with Maven
3232
run: |
3333
cd backend
34-
./mvnw clean package -DskipTests=false
35-
# Note: Set skipTests to true if you haven't written JUnit tests yet
34+
mvn clean package -DskipTests=false
3635
3736
frontend-ci:
3837
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cd frontend
4242
npm install
4343
npm run dev
4444
```
45-
## 🧠 Technical Highlights (Senior Level)
45+
## 🧠 Technical Highlights
4646

4747
### 🚀 AI Risk Assessment Middleware
4848
Unlike standard auth flows, this system intercepts the /initiate request to perform:

0 commit comments

Comments
 (0)