Rewrite bin scripts to python in scripts/ dir

This commit is contained in:
Marc Di Luzio 2024-08-13 18:12:30 +01:00
parent 12727c4d1c
commit 0beb2128bd
9 changed files with 53 additions and 32 deletions

View file

@ -20,7 +20,7 @@ jobs:
python -m pip install -r requirements.txt
- name: Run tests
run: |
bash bin/test.sh
python scripts/test.py
- name: Update release branch
if: github.ref == 'refs/heads/main'
run: |