Skip to content

asdkf

asdkf #18

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

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

View workflow run for this annotation

GitHub Actions / Build All

Invalid workflow file

The workflow is not valid. In .github/workflows/build_all.yml (Line: 13, Col: 11): Error from called workflow SoloJacobs/test_ci/.github/workflows/robotmk.yml@main (Line: 37, Col: 9): Unexpected value 'uses' SoloJacobs/test_ci/.github/workflows/robotmk.yml@main (Line: 38, Col: 9): Unexpected value 'with'
build_rcc:
uses: SoloJacobs/test_ci/.github/workflows/rcc.yml@main
build_test:
uses: SoloJacobs/test_ci/.github/workflows/test.yml@main
download:
runs-on: ubuntu-latest
needs: build_test
steps:
- uses: actions/download-artifact@v3
with:
name: robotmk_collector.ps1