ci
Some checks failed
CI/CD Pipeline / Integration Tests (push) Blocked by required conditions
CI/CD Pipeline / Deployment Summary (push) Blocked by required conditions
CI/CD Pipeline / Backend - Build, Test & Push (push) Failing after 2m9s
CI/CD Pipeline / Frontend - Build, Test & Push (push) Has been cancelled

This commit is contained in:
David 2025-11-17 01:26:14 +01:00
parent 2a6c30704c
commit 87db05398a

View File

@ -28,11 +28,9 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: ${{ env.NODE_VERSION }} node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
cache-dependency-path: apps/backend/package.json
- name: Install dependencies - name: Install dependencies
run: npm ci --legacy-peer-deps run: npm install --legacy-peer-deps
- name: Lint code - name: Lint code
run: npm run lint run: npm run lint
@ -198,11 +196,9 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: ${{ env.NODE_VERSION }} node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
cache-dependency-path: apps/backend/package-lock.json
- name: Install dependencies - name: Install dependencies
run: npm ci --legacy-peer-deps run: npm install --legacy-peer-deps
- name: Run integration tests - name: Run integration tests
env: env: