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,10 +12,24 @@ steps:
- pip install -r requirements_test.txt - pip install -r requirements_test.txt
- ./scripts/CI/setup.sh - ./scripts/CI/setup.sh
- ./scripts/CI/test.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 - ./scripts/CI/lint.sh
settings: settings:
username: username:
from_secret: gitea_username from_secret: gitea_username
password: password:
from_secret: gitea_password from_secret: gitea_password

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