Skip to content

fix: enforce strict allocation types across risk management pipeline #66

fix: enforce strict allocation types across risk management pipeline

fix: enforce strict allocation types across risk management pipeline #66

Workflow file for this run

name: Backend Tests

Check failure on line 1 in .github/workflows/backend-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/backend-tests.yml

Invalid workflow file

(Line: 16, Col: 9): A mapping was not expected, (Line: 24, Col: 9): A mapping was not expected, (Line: 1, Col: 1): Required property is missing: jobs
on:
pull_request:
paths:
- 'backend/**'
- '.github/workflows/backend-tests.yml'
push:
branches:
- main
- develop
paths:
- 'backend/**'
- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.node-version }}
path: backend/coverage/
if-no-files-found: ignore
- name: Validate deployment compose config and build
if: matrix.node-version == '20.x'
run: |
docker compose -f deployment/docker-compose.yml config
docker compose -f deployment/docker-compose.yml build frontend backend