We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50714e8 commit d3fe8c8Copy full SHA for d3fe8c8
.github/workflows/component_diff_check.yaml
@@ -8,7 +8,9 @@ on:
8
9
jobs:
10
vanagon_component_diff_check:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
12
+ env:
13
+ BUNDLE_WITH: development
14
name: Check
15
steps:
16
- name: Checkout current PR
@@ -20,12 +22,7 @@ jobs:
20
22
uses: ruby/setup-ruby@v1
21
23
with:
24
ruby-version: 3.3
-
- - 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
+ bundler-cache: true
29
30
- name: Save artifacts data
31
run: |
0 commit comments