Skip to content

WIP more

WIP more #9

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

error parsing called workflow ".github/workflows/test.yml" -> "./.github/workflows/build.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
build_bl_update: false
test:
uses: ./.github/workflows/on_target.yml
needs: build
secrets: inherit
with:
artifact_fw_version: 684d337a99f57cefe0b32a6dd987f8a8a2cea3fb # ${{ needs.build.outputs.VERSION }}
artifact_run_id: 1057686145410576861454 # ${{ needs.build.outputs.RUNID_FIRMWARE }}
artifact_id: 1859151267 # ${{ needs.build.outputs.ARTIFACT_ID_FIRMWARE }}