Skip to content

[WIP] Instrumentation tests #25

[WIP] Instrumentation tests

[WIP] Instrumentation tests #25

name: Build Feature Branch
on:
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
build_type: [Release, Debug]
uses: ./.github/workflows/build.yml

Check failure on line 12 in .github/workflows/build-feature-branch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-feature-branch.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-feature-branch.yml" -> "./.github/workflows/build.yml" : a step cannot have both the `uses` and `run` keys
with:
build_type: ${{ matrix.build_type }}