mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add app-resources tests to ci
This commit is contained in:
parent
e4863830c9
commit
f9e15ff8a3
1 changed files with 9 additions and 0 deletions
|
@ -125,6 +125,15 @@ test-app-config:
|
|||
- src/app.py
|
||||
- src/utils/config.py
|
||||
|
||||
test-app-resources:
|
||||
extends: .test-stage
|
||||
script:
|
||||
- python3 -m pytest src/tests/test_app_resources.py
|
||||
only:
|
||||
changes:
|
||||
- src/app.py
|
||||
- src/utils/resources.py
|
||||
|
||||
test-changeurl:
|
||||
extends: .test-stage
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue