[Refactor]: Migrate CI workflows to shared axci and update project docs #33
This file contains hidden or 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
| # Integration Test Workflow | |
| # References shared workflow from axci | |
| name: Test | |
| on: | |
| push: | |
| branches: | |
| - '**' | |
| tags-ignore: | |
| - '**' | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| test: | |
| uses: arceos-hypervisor/axci/.github/workflows/test.yml@main |