Skip to content

Commit

Permalink
Bundle install step added to action
Browse files Browse the repository at this point in the history
  • Loading branch information
salemlf committed Jan 29, 2024
1 parent bcba10a commit f90e16b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ runs:
with:
ruby-version: ${{ inputs.ruby-version }}
bundler-cache: true
- id: "SETUP_FASTLANE"
run: bundle install
shell: sh
- id: "SETUP_NODE"
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit f90e16b

Please sign in to comment.