Skip to content

Commit

Permalink
(frontend/ci/development): Call setup-ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jan 28, 2024
1 parent c967631 commit 868c28a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/frontend-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: npm ci
working-directory: ./frontend
- run: npx expo prebuild
working-directory: ./frontend
- run: sudo gem install bundler
- run: bundle install
working-directory: ./frontend
- run: bundle exec fastlane android main
Expand Down

0 comments on commit 868c28a

Please sign in to comment.