Skip to content

Commit c4bd337

Browse files
committed
use bundle exec rake
1 parent baae5f5 commit c4bd337

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
ruby-version: 4.0
6969
- run: |
7070
bundle install
71-
rake ios
71+
bundle exec rake ios
7272
name: Run tests
7373
timeout-minutes: 60
7474
working-directory: ios_tests
@@ -151,7 +151,7 @@ jobs:
151151
script: |
152152
cd android_tests
153153
bundle install
154-
rake android
154+
bundle exec rake android
155155
156156
- name: Save server output
157157
if: ${{ always() }}

0 commit comments

Comments
 (0)