Skip to content

Fix KBS AS build warning #407

Fix KBS AS build warning

Fix KBS AS build warning #407

Workflow file for this run

name: KBS e2e with sample TEE
on:
pull_request:
branches: [ "main" ]
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Archive source
run: git archive -o kbs.tar.gz HEAD
- uses: actions/upload-artifact@v4
with:
path: ./kbs.tar.gz
e2e-test:
needs: checkout
uses: ./.github/workflows/kbs-e2e.yaml
with:
tee: sample
tarball: kbs.tar.gz