Skip to content

feat(core,host): initial aggregation API #82

feat(core,host): initial aggregation API

feat(core,host): initial aggregation API #82

Workflow file for this run

name: CI - SGX Docker
on:
workflow_call:
push:
branches: ["main"]
paths:
- "docker/**"
pull_request:
paths:
- "docker/**"
merge_group:
jobs:
build-test-sgx-with-docker:
name: Build and test sgx with Docker
runs-on: [taiko-runner]
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Setup and build sgx docker
run: |
cd docker
docker compose build raiko --no-cache
shell: bash