Remove frontend npm install step
CI/CD Pipeline / test (push) Successful in 11s
CI/CD Pipeline / scan (push) Successful in 22s
CI/CD Pipeline / build-push-deploy (push) Failing after 5s

This commit is contained in:
Khalil
2026-07-04 10:54:44 +00:00
parent 11792019cf
commit 3b6ce07db8
-3
View File
@@ -24,9 +24,6 @@ jobs:
- name: Install dependencies and test API - name: Install dependencies and test API
working-directory: ./api working-directory: ./api
run: npm install && node -c server.js run: npm install && node -c server.js
- name: Install dependencies and test Frontend
working-directory: ./frontend
run: npm install
scan: scan:
runs-on: ubuntu-latest runs-on: ubuntu-latest