Skip to content

Commit b0c7fe0

Browse files
committed
workflow config twewak
1 parent 3e1606b commit b0c7fe0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
bundle install --gemfile ${{ matrix.gemfile }}
2222
- name: Run tests
2323
run: |
24-
bundle exec appraisal ${{ matrix.gemfile | split: '/' | last | split: '.' | first }} rspec
24+
gemfile_name=$(basename ${{ matrix.gemfile }} .gemfile)
25+
bundle exec appraisal $gemfile_name rspec

0 commit comments

Comments
 (0)