┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/.kde-ci.yml
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2024-04-23 18:06:32 +0000
committerMéven Car <[email protected]>2024-04-23 18:06:32 +0000
commit683533fa35eac768f3fa8f094e2e2e18d3e91489 (patch)
tree1d717e03cd78e5e81bde92ded892553a38defebf /.kde-ci.yml
parenta041846fb90e3af5ea736ca55359aa4891d91499 (diff)
Add two first appium tests that run on CI
Based upon @mart https://invent.kde.org/system/dolphin/-/merge_requests/492/diffs Co-authored-by: Marco Martin <[email protected]>
Diffstat (limited to '.kde-ci.yml')
-rw-r--r--.kde-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.kde-ci.yml b/.kde-ci.yml
index 6e9b82854..3c0b4deaf 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -38,3 +38,8 @@ Dependencies:
- 'on': ['Linux/Qt6', 'Windows/Qt6', 'macOS/Qt6']
'require':
'network/kio-extras': '@latest-kf6'
+
+RuntimeDependencies:
+- 'on': ['Linux']
+ 'require':
+ 'sdk/selenium-webdriver-at-spi': '@latest-kf6'