Skip to content

WIP more

WIP more #14

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

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. In .github/workflows/test.yml (Line: 12, Col: 11): Error from called workflow hello-nrfcloud/firmware/.github/workflows/build.yml@08424ec8431c65ed5dbc46b967fd5563f8c07deb (Line: 12, Col: 15): Unrecognized named-value: 'jobs'. Located at position 1 within expression: jobs.build.outputs.run_id In .github/workflows/test.yml (Line: 12, Col: 11): Error from called workflow hello-nrfcloud/firmware/.github/workflows/build.yml@08424ec8431c65ed5dbc46b967fd5563f8c07deb (Line: 12, Col: 15): Unexpected value '${{ jobs.build.outputs.run_id }}'
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.run_id }}