Skip to content

ci: refactor workflows to use axci shared actions and migrate tests (… #25

ci: refactor workflows to use axci shared actions and migrate tests (…

ci: refactor workflows to use axci shared actions and migrate tests (… #25

Workflow file for this run

# 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