Skip to content

WIP more

WIP more #3

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

Check failure on line 17 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: 17, Col: 11): Error from called workflow hello-nrfcloud/firmware/.github/workflows/on_target.yml@09da4e59415918e7d0650816e9f3707096e8fe43 (Line: 10, Col: 15): Unexpected value 'int'
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 }}