mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ci: test-actionmap should only test actionmap ;)
This commit is contained in:
parent
4199004357
commit
c37b21ae14
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ test-translation-format-consistency:
|
||||||
test-actionmap:
|
test-actionmap:
|
||||||
extends: .test-stage
|
extends: .test-stage
|
||||||
script:
|
script:
|
||||||
- python3 -m pytest tests tests/test_actionmap.py
|
- python3 -m pytest tests/test_actionmap.py
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- data/actionsmap/*.yml
|
- data/actionsmap/*.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue