Skip to content

Commit

Permalink
fix: Gemfile updated for github workflow
Browse files Browse the repository at this point in the history
ALS-1806
  • Loading branch information
shah272728 committed Sep 18, 2024
1 parent 720cddc commit 346f5b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
with:
node-version: '20'

- name: Set up Ruby 3.3.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5

- name: Setup Bundler
run: |
bundle config --local path ./vendor/bundle
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/lint-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Ruby 3.3.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5

- name: Setup Bundler
run: |
bundle config --local path ./vendor/bundle
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Ruby 3.3.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5

- name: Setup Bundler
run: |
bundle config --local path ./vendor/bundle
Expand Down

0 comments on commit 346f5b3

Please sign in to comment.