Enhance BFF mock to enable running with mock data only on new GUI #455
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |