Rewrite bin scripts to python in scripts/ dir
This commit is contained in:
parent
12727c4d1c
commit
0beb2128bd
9 changed files with 53 additions and 32 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue