CI: added acceptance-sage workflow (composer installation conflict). #119
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: CD/CI | ||
on: | ||
push: | ||
jobs: | ||
commit-stage-workflow: | ||
name: Commit Stage | ||
uses: medicalmundi/oe-module-npi-registry/.github/workflows/commit-stage.yaml@main | ||
with: | ||
triggering-sha: "${{ github.sha }}" | ||
acceptance-stage-workflow: | ||
name: Acceptance Stage | ||
needs: | ||
- commit-stage-workflow | ||
uses: medicalmundi/oe-module-npi-registry/.github/workflows/acceptance-stage.yaml@main | ||
Check failure on line 16 in .github/workflows/cd-ci.yaml
|
||
with: | ||
triggering-sha: "${{ github.sha }}" | ||
secrets: inherit |