Skip to content

Commit a7ca067

Browse files
committed
PB-37351: Use bundler-cache
1 parent 0eec9ef commit a7ca067

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_pr_main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Set up Ruby ${{ matrix.ruby-version }}
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: "3.4.1"
25+
ruby-version: "3.3.5"
26+
bundler-cache: true
2627
- env:
2728
PASSBOLT_COMPONENT: "stable"
2829
PASSBOLT_FLAVOUR: "ce"
2930
ROOTLESS: ${{ matrix.rootless }}
3031
TEST_NAME: ${{ matrix.test_name }}
3132
run: |
32-
bundle install
3333
bundle exec rake spec:$TEST_NAME

0 commit comments

Comments
 (0)