We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ce285 commit 95b6c42Copy full SHA for 95b6c42
1 file changed
.github/workflows/ci.yml
@@ -9,8 +9,10 @@ jobs:
9
- uses: ruby/setup-ruby@v1
10
with:
11
ruby-version: 'head'
12
+ - name: Install Appraisal
13
+ run: gem install bundler && gem install appraisal && bundle install && appraisal install
14
- name: Install dependencies
- run: bundle install && bundle exec appraisal install
15
+ run: bundle install && bundle install appraisal && bundle exec appraisal install
16
- name: Setup Pages
17
id: configure-pages
18
uses: actions/configure-pages@v5
0 commit comments