Skip to content

Commit 7c8e5ec

Browse files
committed
👷 Using released appraisal2 allows for simpler config
1 parent b317cc0 commit 7c8e5ec

22 files changed

Lines changed: 4 additions & 73 deletions

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,5 @@ 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
108-
- name: Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
109-
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle
110106
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
111107
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/ancient.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,5 @@ 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
97-
- name: Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
98-
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle
9995
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
10096
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/coverage.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ 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
91-
- name: Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
92-
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle
9389
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
9490
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}
9591

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,5 @@ 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
83-
- name: Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
84-
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle
8581
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
8682
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@ 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
99-
- name: Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
100-
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle
10197
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
10298
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/current.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,5 @@ 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
116-
- name: Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
117-
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle
118114
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
119115
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/heads.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,5 @@ 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
96-
- name: Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
97-
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle
9894
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
9995
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,5 @@ 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
99-
- name: Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
100-
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle
10197
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
10298
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

.github/workflows/jruby-ancient.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,5 @@ 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
72-
- name: Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
73-
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle
7470
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
7571
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,5 @@ 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
101-
- name: Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
102-
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle
10399
- name: Run ${{ matrix.exec_cmd }} on ${{ matrix.ruby }}@${{ matrix.appraisal_name }}
104100
run: bundle exec appraisal ${{ matrix.appraisal_name }} bundle exec ${{ matrix.exec_cmd }}

0 commit comments

Comments
 (0)