Skip to content

asdfl

asdfl #15

Workflow file for this run

---
name: "Build All"
on:
push:
paths:
- .github/workflows/build_all.yml
pull_request:
paths:
- .github/workflows/build_all.yml
jobs:
# build_robotmk:
# uses: SoloJacobs/test_ci/.github/workflows/robotmk.yml@main
# build_rcc:
# uses: SoloJacobs/test_ci/.github/workflows/rcc.yml@main
build_test:
uses: SoloJacobs/test_ci/.github/workflows/test.yml@main
download:
needs: build_test

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

View workflow run for this annotation

GitHub Actions / Build All

Invalid workflow file

The workflow is not valid. .github/workflows/build_all.yml (Line: 19, Col: 5): Required property is missing: runs-on
steps:
- uses: actions/download-artifact@v3
with:
name: my-artifact