Skip to content

Add reusable workflow to build all apps #11

Add reusable workflow to build all apps

Add reusable workflow to build all apps #11

Workflow file for this run

name: Build all apps
on:
workflow_dispatch:
pull_request:
jobs:
build_all_applications:
name: Build all the applications on all the devices
uses: ./.github/workflows/reusable_build_several.yml
with:
sdk: all
devices: all
build_all_applications_on_latest:
name: Build all the applications on all the devices
uses: ./.github/workflows/reusable_build_several.yml
with:
sdk: all
sdk_ref: origin/master

Check failure on line 21 in .github/workflows/build_all.yml

View workflow run for this annotation

GitHub Actions / Build all apps

Invalid workflow file

The workflow is not valid. .github/workflows/build_all.yml (Line: 21, Col: 16): Invalid input, sdk_ref is not defined in the referenced workflow.
devices: all