Separated CI steps
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jordi Loyzaga 2024-04-27 03:09:11 -06:00
parent 0968305419
commit 731a1aa22f
2 changed files with 15 additions and 1 deletions

View File

@ -12,6 +12,18 @@ steps:
- pip install -r requirements_test.txt
- ./scripts/CI/setup.sh
- ./scripts/CI/test.sh
settings:
username:
from_secret: gitea_username
password:
from_secret: gitea_password
- name: static analysis
image: python
commands:
- pip install -r requirements_test.txt
- ./scripts/CI/setup.sh
- ./scripts/CI/lint.sh
settings:
@ -19,3 +31,5 @@ steps:
from_secret: gitea_username
password:
from_secret: gitea_password

0
scripts/CI/lint.sh Normal file → Executable file
View File