Skip to content

Commit

Permalink
test7
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyuu-tsinghua-cs committed May 23, 2024
1 parent 13be40c commit 71cc72e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
test-external:
if: github.repository_owner == 'sysones'
uses: sysones/rcore-tutorial-v3-with-hal-component/.github/workflows/test-run.yml@ch7
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
Expand Down

0 comments on commit 71cc72e

Please sign in to comment.