Skip to content

Add CI for examples

Add CI for examples #8

name: Helium NTT
on:
pull_request:
branches: [ "main" ]
types: [ opened, synchronize, labeled ]
jobs:
build_test:
if: ${{ github.event.label.name == 'needs-ci' ||
github.event.pull_request.user.login == 'hanno-becker' ||
github.event.pull_request.user.login == 'dop-amin' ||
github.event.pull_request.user.login == 'mkannwischer'
}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install python dependencies
run: |
python -m pip install -r requirements.txt
- name: Run examples
run: |
(cd paper/scripts && NO_LOG=Y ./slothy_ntt_helium.sh)