Skip to content

Commit a5bc594

Browse files
committed
tune for andorid
1 parent ab62fa6 commit a5bc594

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/driver-function.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,7 @@ jobs:
137137
with:
138138
api-level: ${{ env.API_LEVEL }}
139139
arch: ${{ env.ARCH }}
140-
script: |
141-
cd example/ruby
142-
pwd
143-
ls
144-
ruby example_sample2.rb
140+
script: ruby example/ruby/example_sample2.rb
145141
target: google_apis
146142
profile: Nexus 5X
147143
disable-spellchecker: true

example/ruby/example_sample2.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ExampleTests < Minitest::Test
1212
automationName: 'flutter',
1313
udid: 'emulator-5554',
1414
deviceName: 'Android',
15-
app: "#{Dir.pwd}/../sample2/app-debug.apk"
15+
app: "#{Dir.pwd}/example/sample2/app-debug.apk"
1616
},
1717
appium_lib: {
1818
export_session: true,

0 commit comments

Comments
 (0)