Skip to content

Use reusable workflows in automated actions #118

Use reusable workflows in automated actions

Use reusable workflows in automated actions #118

Workflow file for this run

name: 'Build entire platform'
on:
pull_request:
branches: [ master ]
jobs:
cfr24:
uses: ./.github/workflows/build.yml

Check failure on line 9 in .github/workflows/standard_checks.yml

View workflow run for this annotation

GitHub Actions / Build entire platform

Invalid workflow file

The workflow is not valid. In .github/workflows/standard_checks.yml (Line: 9, Col: 11): Error from called workflow concordia-fsae/firmware/.github/workflows/build.yml@a415601cad30ee616555d4303b480a4adf80d930 (Line: 14, Col: 15): Unexpected value 'choice' In .github/workflows/standard_checks.yml (Line: 9, Col: 11): Error from called workflow concordia-fsae/firmware/.github/workflows/build.yml@a415601cad30ee616555d4303b480a4adf80d930 (Line: 15, Col: 9): Unexpected value 'options'
with:
build-targets: cfr24
flags: -j32 --flashable-bootloader --package
build-type: platform
cfr25:
uses: ./.github/workflows/build.yml
with:
build-targets: cfr25
flags: -j32 --flashable-bootloader --package
build-type: platform
updaters:
needs: [ cfr24, cfr25 ]
uses: ./.github/workflows/build.yml
with:
build-targets: bl:1000,1001,1002,1003,1004,1005,1010,1011,1030,1031,1032
flags: -j32 --flashable-bootloader --package
build-type: targets