Skip to content

Add reusable workflow to build all apps #14

Add reusable workflow to build all apps

Add reusable workflow to build all apps #14

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: ["nanox"]

Check failure on line 14 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: 14, Col: 16): A sequence was not expected .github/workflows/build_all.yml (Line: 22, Col: 16): A sequence was not expected
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
devices: ["flex", "stax"]