Skip to content

Commit

Permalink
Merge pull request #3 from salemlf/bundle_install_step
Browse files Browse the repository at this point in the history
Bundle install step
  • Loading branch information
salemlf authored Feb 5, 2024
2 parents c188c27 + 77dba75 commit 8bdd20d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ runs:
cp ${ACTION_PATH}/Gemfile ./
fi
shell: sh
- id: "INSTALL_BUNDLER_PACKAGES"
run: bundle install
shell: sh
- id: "INSTALL_FASTLANE"
env:
FASTLANE_VERSION: ${{ inputs.fastlane-version }}
Expand Down
30 changes: 0 additions & 30 deletions begin-action.sh

This file was deleted.

0 comments on commit 8bdd20d

Please sign in to comment.