cloud-hypervisor/.github/workflows/integration-sgx.yaml

25 lines
686 B
YAML
Raw Normal View History

name: Cloud Hypervisor Tests (SGX)
on:
push:
branches:
- main
jobs:
build:
name: Tests (SGX)
runs-on: jammy-sgx
steps:
- name: Fix workspace permissions
if: ${{ github.event_name != 'pull_request' }}
run: sudo chown -R github-runner:github-runner ${GITHUB_WORKSPACE}
- 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