Skip to content

Workflow update

Workflow update #39

Workflow file for this run

name: Build and test binaries
on:
workflow_call:
push:
paths:
- 'cpp/**'
- '.github/workflows/compile_and_test.yml'
- '.github/workflows/coverage.yml'
pull_request:
paths:
- 'cpp/**'
- '.github/workflows/compile_and_test.yml'
types:
- assigned
- opened
- synchronize
- reopened
branches:
- 'develop'
- 'main'
jobs:
fullspec:
uses: uweseimet/scsi2pi/.github/workflows/compile_and_test.yml@main
with:
connect-type: "FULLSPEC"
standard:
uses: uweseimet/scsi2pi/.github/workflows/compile.yml@main

Check failure on line 30 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "uweseimet/scsi2pi/.github/workflows/compile.yml@main" (source branch with sha:d36395dd294ce67ff8449fb2e6f4a461342337fe) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
connect-type: "STANDARD"
debug-fullspec:
uses: uweseimet/scsi2pi/.github/workflows/compile.yml@main
with:
connect-type: "FULLSPEC"
debug-flag: true