Skip to content

Commit

Permalink
test: file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Jun 7, 2023
1 parent 214b7c6 commit 1227b0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
bundle install --jobs 4 --retry 3 --no-cache
bundle exec rspec
- uses: coverallsapp/github-action@v2
- uses: coverallsapp/github-action@chore/support-explicit-cli
env:
COVERALLS_SERVICE_NUMBER: ${{ github.sha }}
with:
flag-name: ruby-${{ join(matrix.*, '-') }}
parallel: true
file: coverage/.res*.json

0 comments on commit 1227b0b

Please sign in to comment.