Skip to content

Containerize semonitor #23

Containerize semonitor

Containerize semonitor #23

Workflow file for this run

name: CI
on:
push
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- run: pip install -r requirements.txt
- run: test/test.sh