Skip to content

Enhance BFF mock to enable running with mock data only on new GUI #455

Enhance BFF mock to enable running with mock data only on new GUI

Enhance BFF mock to enable running with mock data only on new GUI #455

name: 'Continuous Integration: Backend'
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- backend/**
pull_request:
types: [opened, synchronize, reopened]
paths:
- backend/**
jobs:
ci:
name: 'Continous Integration'
secrets: inherit
uses: './.github/workflows/template-build-and-test-backend.yml'