Skip to content

Commit

Permalink
test8
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyuu-tsinghua-cs committed May 23, 2024
1 parent 71cc72e commit b4920b6
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/workflows/test-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,18 @@ jobs:
test-external:
if: github.repository_owner == 'sysones'
strategy:
fail-fast: false
matrix:
branch: [ch7]
uses: sysones/rcore-tutorial-v3-with-hal-component/.github/workflows/test-run.yml@${{ matrix.branch }}
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 }}
steps:
- 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 }}
- 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 }}

0 comments on commit b4920b6

Please sign in to comment.