Skip to content

Commit

Permalink
Add working directory for ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 2, 2024
1 parent 2370198 commit f13afde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ jobs:
uses: ruby/setup-ruby@v1.190.0
with:
bundler-cache: true
working-directory: 'Mobile-Expensify/react-native'

- name: Install New Expensify Gems
run: bundle install
Expand Down Expand Up @@ -509,6 +510,7 @@ jobs:
uses: ruby/setup-ruby@v1.190.0
with:
bundler-cache: true
working-directory: 'Mobile-Expensify/react-native'

- name: Install New Expensify Gems
run: bundle install
Expand Down

0 comments on commit f13afde

Please sign in to comment.