fix(tests): include model R into master diff and fixtures upload

[no changelog]
This commit is contained in:
grdddj
2023-06-13 15:06:40 +02:00
committed by Jiří Musil
parent 66bd48d426
commit 6ec40689ff
3 changed files with 5 additions and 2 deletions

View File

@@ -239,6 +239,7 @@ ui tests fixtures deploy:
- core persistence test
- legacy device test
- core device R test
- core click R test
script:
- echo "Deploying to $DEPLOY_PATH"
- rsync --delete -va ci/ui_test_records/* "$DEPLOY_PATH"

View File

@@ -37,8 +37,10 @@ unix ui changes:
<<: *gitlab_caching
needs:
- core click test
- core click R test
- core persistence test
- core device test
- core device R test
- legacy device test
script:
- $NIX_SHELL --run "poetry run python -m tests.ui_tests.reporting master-diff"