Skip to content

workflows: Add missing variables in test job template #2

workflows: Add missing variables in test job template

workflows: Add missing variables in test job template #2

Workflow file for this run

name: Build on push
on:
push:
branches:
- main
jobs:
build:
uses: ./.github/workflows/build-yocto.yml
test:
uses: ./.github/workflows/test.yml
needs: build
secrets: inherit
with:
url: ${{ needs.build.outputs.artifacts_url }}