[CI] Add external.yml to call workflow from ArceOS #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Externel Test | |
on: [push, pull_request] | |
jobs: | |
external-build-memory_addr: | |
uses: arceos-org/arceos/.github/workflows/build.yml@external_test | |
with: | |
# The package name that need to be tested | |
package: kspin |