From f90e16ba2b4dbcc0b36cd5f870d44e1c58536f5b Mon Sep 17 00:00:00 2001 From: Salem Fenn Date: Sun, 28 Jan 2024 16:02:25 -0800 Subject: [PATCH] Bundle install step added to action --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 3ca5dc6..9dcf610 100644 --- a/action.yml +++ b/action.yml @@ -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: