We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab62fa6 commit a5bc594Copy full SHA for a5bc594
.github/workflows/driver-function.yml
@@ -137,11 +137,7 @@ jobs:
137
with:
138
api-level: ${{ env.API_LEVEL }}
139
arch: ${{ env.ARCH }}
140
- script: |
141
- cd example/ruby
142
- pwd
143
- ls
144
- ruby example_sample2.rb
+ script: ruby example/ruby/example_sample2.rb
145
target: google_apis
146
profile: Nexus 5X
147
disable-spellchecker: true
example/ruby/example_sample2.rb
@@ -12,7 +12,7 @@ class ExampleTests < Minitest::Test
12
automationName: 'flutter',
13
udid: 'emulator-5554',
14
deviceName: 'Android',
15
- app: "#{Dir.pwd}/../sample2/app-debug.apk"
+ app: "#{Dir.pwd}/example/sample2/app-debug.apk"
16
},
17
appium_lib: {
18
export_session: true,
0 commit comments