Skip to content

Commit 9c8c5f2

Browse files
committed
Add ktx module to CI
1 parent eef6959 commit 9c8c5f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bitrise.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ stages:
2424
- test_accessibility_ext: {}
2525
- test_compose_ext: {}
2626
- test_fullscreen_ext: {}
27+
- test_ktx: {}
2728

2829
workflows:
2930
evaluate_build:
@@ -235,8 +236,8 @@ workflows:
235236
title: Build Test APK
236237
- android-instrumented-test@0:
237238
inputs:
238-
- test_apk_path: "./Ktx/build/outputs/apk/androidTest/debug/testify-ktx-debug-androidTest.apk"
239-
- main_apk_path: "./Ktx/build/outputs/apk/androidTest/debug/testify-ktx-debug-androidTest.apk"
239+
- test_apk_path: "./Ext/Ktx/build/outputs/apk/androidTest/debug/testify-ktx-debug-androidTest.apk"
240+
- main_apk_path: "./Ext/Ktx/build/outputs/apk/androidTest/debug/testify-ktx-debug-androidTest.apk"
240241
- deploy-to-bitrise-io@2:
241242
inputs:
242243
- notify_user_groups: none

0 commit comments

Comments
 (0)