Skip to content

test2

test2 #5

name: TestExternal
on:
workflow_dispatch:
push:
pull_request:
jobs:
test-output:
steps:

Check failure on line 10 in .github/workflows/test-external.yaml

View workflow run for this annotation

GitHub Actions / TestExternal

Invalid workflow file

The workflow is not valid. .github/workflows/test-external.yaml (Line: 10, Col: 5): Required property is missing: runs-on
- name: output
run: |
echo ${{ github.repository_owner }}
echo ${{ github.repository }}
test-external:
uses: sysones/rcore-tutorial-v3-with-hal-component/.github/workflows/test-run.yml@ch7
with:
# The directory to Top test, which need to be empty or not exist in this repository
TopTestDirectory: RcoreTest
CallerPackage: polyhal
CallerRepository: ${{ github.repository }}
CallerCommit: ${{ github.sha }}