Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
arutkowski00 committed Nov 14, 2024
1 parent ececb82 commit 41a4031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/appraisal-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ runs:
using: "composite"
steps:
- name: Copy lockfile
shell: bash
run: bundle exec ${{ inputs.appraisal }} "cp $BUNDLE_GEMFILE.lock current_appraisal.gemfile.lock"
- name: Appraisal package cache
uses: actions/cache@v4
Expand All @@ -18,4 +19,5 @@ runs:
v6-gem-cache-${{ runner.os }}-${{ github.ref }}-
v6-gem-cache-${{ runner.os }}-
- name: Install appraisal dependencies
shell: bash
run: bundle exec appraisal ${{ inputs.appraisal }} bundle install --jobs=1 --retry=3 --path=../vendor/bundle

0 comments on commit 41a4031

Please sign in to comment.