Skip to content

Commit

Permalink
[CI] Add external.yml to call workflow from ArceOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed Oct 18, 2024
1 parent 6d2b4cc commit 0d6a974
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/external.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Externel Test

on: [push, pull_request]

jobs:
external-build-memory_addr:
uses: arceos-org/arceos/.github/workflows/build.yml@external_test
with:
# The directory to Top test, which need to be empty or not exist in this repository
CallerPackage: memory_addr

external-test-memory_set:
uses: arceos-org/arceos/.github/workflows/test.yml@external_test
with:
# The directory to Top test, which need to be empty or not exist in this repository
CallerPackage: memory_addr

0 comments on commit 0d6a974

Please sign in to comment.