We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baae5f5 commit c4bd337Copy full SHA for c4bd337
1 file changed
.github/workflows/functional-test.yml
@@ -68,7 +68,7 @@ jobs:
68
ruby-version: 4.0
69
- run: |
70
bundle install
71
- rake ios
+ bundle exec rake ios
72
name: Run tests
73
timeout-minutes: 60
74
working-directory: ios_tests
@@ -151,7 +151,7 @@ jobs:
151
script: |
152
cd android_tests
153
154
- rake android
+ bundle exec rake android
155
156
- name: Save server output
157
if: ${{ always() }}
0 commit comments