Skip to content

Commit

Permalink
update test-external.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyuu-tsinghua-cs committed May 23, 2024
1 parent b664f4e commit 48c6f5e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/test-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ jobs:
echo ${{ github.repository_owner }}
echo ${{ github.repository }}
test-external-rcore-ch6:
if: github.repository_owner == 'sysones'
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 }}

test-external-rcore-ch7:
if: github.repository_owner == 'sysones'
uses: sysones/rcore-tutorial-v3-with-hal-component/.github/workflows/test-run.yml@ch7
Expand All @@ -32,4 +22,4 @@ jobs:
TopTestDirectory: RcoreTest
CallerPackage: polyhal
CallerRepository: ${{ github.repository }}
CallerCommit: ${{ github.sha }}
CallerCommit: ${{ github.sha }}

0 comments on commit 48c6f5e

Please sign in to comment.