Build test

This commit is contained in:
Mdumisi Kelvin Letsie 2024-03-06 13:43:17 +02:00
parent 2b2905afb9
commit cd208bbaa5

View file

@ -22,9 +22,13 @@ jobs:
- uses: actions/checkout@v4
name: Checkout repository
# This job calls the build pipeline from local workflows directory
if: ${{ success() }}
- uses: ./.github/workflows/build.yml
name: 'Call build workflow'
if: ${{ success() }}
- run: echo "Job succeeded"
shell: bash
if: ${{ !success() }}
- run: echo "Job failed"
shell: bash