1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# 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