Skip to content

Commit

Permalink
Fix ruby matrix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Dec 24, 2023
1 parent 770baa9 commit 93862c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
COVERAGE: true
run: |
bundle exec rake test TESTOPTS="--verbose"
mv coverage/coverage.xml coverage/coverage-ruby-${{ matrix.ruby }}-${{ matrix.rails }}.xml
mv coverage/coverage.xml coverage/coverage-ruby-${{ matrix.ruby.value }}-${{ matrix.rails }}.xml
- uses: actions/upload-artifact@v4
with:
name: coverage-ruby-${{ matrix.ruby }}-${{ matrix.rails }}
name: coverage-ruby-${{ matrix.ruby.value }}-${{ matrix.rails }}
path: coverage
if-no-files-found: error

Expand Down

0 comments on commit 93862c7

Please sign in to comment.