Skip to content

workflows: replace poky-altcfg with nodistro #945

workflows: replace poky-altcfg with nodistro

workflows: replace poky-altcfg with nodistro #945

Workflow file for this run

name: Build on push
on:
push:
branches:
- master
- next
permissions:
checks: write
pull-requests: write
contents: read
packages: read
jobs:
build:
uses: ./.github/workflows/build-yocto.yml
test:
uses: ./.github/workflows/test.yml

Check failure on line 19 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/push.yml" -> "./.github/workflows/test.yml" (source branch with sha:36366980d3083805926326e38f5844beaddb15a4) : (Line: 160, Col: 13): 'kernel' is already defined
needs: [build]
secrets: inherit
with:
build_id: ${{ github.run_id }}
publish-test-results:
uses: ./.github/workflows/publish-results.yml
needs: test
secrets: inherit
with:
workflow_id: ${{ github.run_id }}
event_name: ${{ github.event_name }}
event_file: ${{ github.event_path }}
commit: ${{ github.sha }}