Skip to content

Commit

Permalink
PB-37351: Use bundler-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecnobutrul committed Dec 30, 2024
1 parent 0eec9ef commit a7ca067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_pr_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4.1"
ruby-version: "3.3.5"
bundler-cache: true
- env:
PASSBOLT_COMPONENT: "stable"
PASSBOLT_FLAVOUR: "ce"
ROOTLESS: ${{ matrix.rootless }}
TEST_NAME: ${{ matrix.test_name }}
run: |
bundle install
bundle exec rake spec:$TEST_NAME

0 comments on commit a7ca067

Please sign in to comment.