We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187a2af commit 506e8e9Copy full SHA for 506e8e9
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
ruby-version: 'head'
12
- name: Install dependencies
13
- run: bundle install && bundle exec appraisal install
+ run: bundle add appraisal && bundle install && bundle exec appraisal
14
- name: Setup Pages
15
id: configure-pages
16
uses: actions/configure-pages@v5
0 commit comments