Skip to content

.github/workflows/build-and-unit-tests-wrapper.yaml #50

.github/workflows/build-and-unit-tests-wrapper.yaml

.github/workflows/build-and-unit-tests-wrapper.yaml #50

name: "[post-commit] Slow Dispatch unit tests"
on:
workflow_dispatch:
jobs:
build-artifact:
uses: ./.github/workflows/build-artifact.yaml

Check failure on line 8 in .github/workflows/build-and-unit-tests-wrapper.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-unit-tests-wrapper.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build-and-unit-tests-wrapper.yaml" -> "./.github/workflows/build-artifact.yaml" (source branch with sha:0666deedbbb23fcd2888da2e7e0399a3477b44a5) : You have an error in your yaml syntax on line 8
secrets: inherit
sd-unit-tests:
needs: build-artifact
uses: ./.github/workflows/build-and-unit-tests.yaml
secrets: inherit