Skip to content

WIP more

WIP more #1

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: true
test:
uses: ./.github/workflows/on_target.yml
needs: build
secrets: inherit
with:
artifact_fw_version: ${{ job.build.outputs.VERSION }}

Check failure on line 21 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: 21, Col: 28): Unrecognized named-value: 'job'. Located at position 1 within expression: job.build.outputs.VERSION .github/workflows/test.yml (Line: 22, Col: 24): Unrecognized named-value: 'job'. Located at position 1 within expression: job.build.outputs.RUNID_FIRMWARE
artifact_run_id: ${{ job.build.outputs.RUNID_FIRMWARE }}
artifact_id: ${{ job.build.outputs.ARTIFACT_ID_FIRMWARE }}