File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,11 @@ jobs:
56
56
uses : ruby/setup-ruby@v1
57
57
with :
58
58
ruby-version : 3.2
59
- - name : Install deps and run tests
60
- run : |
61
- bundle install
62
- bundle exec ruby example_sample2_ios.rb
59
+ - name : Install dependencies
60
+ run : bundle install
61
+ working-directory : example/ruby
62
+ - name : Run tests
63
+ run : ruby example_sample2_ios.rb
63
64
working-directory : example/ruby
64
65
65
66
- name : Save server output
@@ -127,18 +128,16 @@ jobs:
127
128
uses : ruby/setup-ruby@v1
128
129
with :
129
130
ruby-version : 3.2
130
-
131
- # Run tests
131
+ - name : Install dependencies
132
+ run : bundle install
133
+ working-directory : example/ruby
132
134
133
135
- name : Install dependencies and run tests
134
136
uses : reactivecircus/android-emulator-runner@v2
135
137
with :
136
138
api-level : ${{ env.API_LEVEL }}
137
139
arch : ${{ env.ARCH }}
138
- script : |
139
- cd example/ruby
140
- bundle install
141
- bundle exec ruby example_sample2.rb
140
+ script : ruby example_sample2.rb
142
141
target : google_apis
143
142
profile : Nexus 5X
144
143
disable-spellchecker : true
You can’t perform that action at this time.
0 commit comments