Skip to content

Commit d3fe8c8

Browse files
committed
Apply Vox Pupuli CI defaults
1 parent 50714e8 commit d3fe8c8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/component_diff_check.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88

99
jobs:
1010
vanagon_component_diff_check:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
12+
env:
13+
BUNDLE_WITH: development
1214
name: Check
1315
steps:
1416
- name: Checkout current PR
@@ -20,12 +22,7 @@ jobs:
2022
uses: ruby/setup-ruby@v1
2123
with:
2224
ruby-version: 3.3
23-
24-
- name: Bundle project
25-
run: |
26-
gem install bundler
27-
bundle config set without packaging documentation
28-
bundle install --jobs 3 --retry 3 --with development
25+
bundler-cache: true
2926

3027
- name: Save artifacts data
3128
run: |

0 commit comments

Comments
 (0)