Skip to content

WIP more

WIP more #7

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- update-dockerfile-target
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
with:
build_bl_update: false
test:
uses: ./.github/workflows/on_target.yml
needs: build
secrets: inherit
with:
artifact_fw_version: ${{ needs.build.outputs.VERSION }}
artifact_run_id: ${{ needs.build.outputs.RUNID_FIRMWARE }}
artifact_id: ${{ needs.build.outputs.ARTIFACT_ID_FIRMWARE }}