Skip to content

Commit ca572f6

Browse files
committed
💚 Still need the root appraisal to be bundled
1 parent c545399 commit ca572f6

18 files changed

Lines changed: 36 additions & 0 deletions

.github/workflows/ancient-svc-adapters.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,7 @@ jobs:
103103
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
104104
# We need to do this first to get appraisal installed.
105105
# NOTE: This does not use the main Gemfile at all.
106+
- name: Install Root Appraisal
107+
run: bundle
106108
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
107109
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/ancient.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,7 @@ jobs:
9292
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
9393
# We need to do this first to get appraisal installed.
9494
# NOTE: This does not use the main Gemfile at all.
95+
- name: Install Root Appraisal
96+
run: bundle
9597
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
9698
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
8787
# We need to do this first to get appraisal installed.
8888
# NOTE: This does not use the primary Gemfile at all.
89+
- name: Install Root Appraisal
90+
run: bundle
8991
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
9092
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
9193

.github/workflows/current-runtime-heads.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,7 @@ jobs:
7878
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
7979
# We need to do this first to get appraisal installed.
8080
# NOTE: This does not use the primary Gemfile at all.
81+
- name: Install Root Appraisal
82+
run: bundle
8183
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
8284
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/current-svc-adapters.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,7 @@ jobs:
9494
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
9595
# We need to do this first to get appraisal installed.
9696
# NOTE: This does not use the main Gemfile at all.
97+
- name: Install Root Appraisal
98+
run: bundle
9799
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
98100
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/current.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,7 @@ jobs:
111111
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
112112
# We need to do this first to get appraisal installed.
113113
# NOTE: This does not use the main Gemfile at all.
114+
- name: Install Root Appraisal
115+
run: bundle
114116
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
115117
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/heads.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,7 @@ jobs:
9191
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
9292
# We need to do this first to get appraisal installed.
9393
# NOTE: This does not use the main Gemfile at all.
94+
- name: Install Root Appraisal
95+
run: bundle
9496
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
9597
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/jruby-ancient-svc-adapters.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,7 @@ jobs:
9494
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
9595
# We need to do this first to get appraisal installed.
9696
# NOTE: This does not use the main Gemfile at all.
97+
- name: Install Root Appraisal
98+
run: bundle
9799
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
98100
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/jruby-ancient.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,7 @@ jobs:
6767
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
6868
# We need to do this first to get appraisal installed.
6969
# NOTE: This does not use the main Gemfile at all.
70+
- name: Install Root Appraisal
71+
run: bundle
7072
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
7173
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/jruby-svc-adapters.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,7 @@ jobs:
9696
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
9797
# We need to do this first to get appraisal installed.
9898
# NOTE: This does not use the main Gemfile at all.
99+
- name: Install Root Appraisal
100+
run: bundle
99101
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
100102
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

0 commit comments

Comments
 (0)