Skip to content

WIP more

WIP more #6

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- update-dockerfile-target
jobs:
build:
id: build-stage

Check failure on line 12 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Build and Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 12, Col: 5): Unexpected value 'id'
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-stage.outputs.VERSION }}
artifact_run_id: ${{ needs.build-stage.outputs.RUNID_FIRMWARE }}
artifact_id: ${{ needs.build-stage.outputs.ARTIFACT_ID_FIRMWARE }}