Skip to content

se/msg: Be a little bit more carefull with the hardcoded path #30

se/msg: Be a little bit more carefull with the hardcoded path

se/msg: Be a little bit more carefull with the hardcoded path #30

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