cloud-hypervisor/.github/workflows/integration-sgx.yaml
Ravi kumar Veeramally e082ed23ed build: Add GitHub action for SGX integration tests
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com>
(cherry picked from commit 4fb86e99150eb428d0c35e44cd83b020c10bb7a6)
2024-03-14 19:52:57 -07:00

23 lines
552 B
YAML

name: Cloud Hypervisor Tests (SGX)
on:
push:
branches:
- main
jobs:
build:
if: github.event_name == 'push'
name: Tests (SGX)
runs-on: jammy-sgx
steps:
- name: Code checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run SGX integration tests
timeout-minutes: 10
run: scripts/dev_cli.sh tests --integration-sgx
- name: Run SGX integration tests for musl
timeout-minutes: 10
run: scripts/dev_cli.sh tests --integration-sgx --libc musl