Skip to content

Inherit the upstream CI tests #7

Inherit the upstream CI tests

Inherit the upstream CI tests #7

name: KBS e2e (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.yml

Check failure on line 22 in .github/workflows/kbs-e2e-sample.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/kbs-e2e-sample.yml

Invalid workflow file

error parsing called workflow ".github/workflows/kbs-e2e-sample.yml" -> "./.github/workflows/kbs-e2e.yml" : You have an error in your yaml syntax on line 42
with:
tee: sample
tarball: kbs.tar.gz