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 b0c7fe0 commit 108af73Copy full SHA for 108af73
.github/workflows/ci.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Run tests
23
run: |
24
gemfile_name=$(basename ${{ matrix.gemfile }} .gemfile)
25
- bundle exec appraisal $gemfile_name rspec
+ bundle exec rspec
0 commit comments