Skip to content

composer(deps-dev): bump dama/doctrine-test-bundle from 7.2.1 to 8.2.1 #488

composer(deps-dev): bump dama/doctrine-test-bundle from 7.2.1 to 8.2.1

composer(deps-dev): bump dama/doctrine-test-bundle from 7.2.1 to 8.2.1 #488

Workflow file for this run

name: CD/CI
on:
push:
jobs:
commit-stage-workflow:
name: Commit Stage
uses: MedicalMundi/memu-job/.github/workflows/commit-stage-quick.yaml@main
secrets: inherit
with:
triggering-sha: "${{ github.sha }}"
acceptance-stage-workflow:
name: Acceptance Stage
needs:
- commit-stage-workflow
uses: MedicalMundi/memu-job/.github/workflows/acceptance-stage-slow.yaml@main
secrets: inherit
with:
triggering-sha: "${{ github.sha }}"
publish-metrics-workflow:
name: Publish Metrics
needs:
- commit-stage-workflow
- acceptance-stage-workflow
uses: MedicalMundi/memu-job/.github/workflows/publish-metrics-to-codecov.yaml@main
secrets: inherit
with:
triggering-sha: "${{ github.sha }}"