Skip to content

CI: optimize unit-test. #100

CI: optimize unit-test.

CI: optimize unit-test. #100

Workflow file for this run

name: CD/CI
on:
push:
jobs:
commit-stage-workflow:
name: Commit Stage
uses: medicalmundi/oe-module-marketplace/.github/workflows/commit-stage.yaml@main

Check failure on line 8 in .github/workflows/cd-ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cd-ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/cd-ci.yaml" -> "medicalmundi/oe-module-marketplace/.github/workflows/commit-stage.yaml@main" (source branch with sha:8496f312c9a26d682467412ce83e20c9a8e70d53) : You have an error in your yaml syntax on line 71
with:
triggering-sha: "${{ github.sha }}"
secrets: inherit
acceptance-stage-workflow:
name: Acceptance Stage
needs:
- commit-stage-workflow
uses: medicalmundi/oe-module-marketplace/.github/workflows/acceptance-stage.yaml@main
with:
triggering-sha: "${{ github.sha }}"
secrets: inherit