Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Oct 3, 2024
1 parent e7d90a7 commit f00a140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- ruby-version: "3.4"
gemfile: gemfiles/rails_6.gemfile
runs-on: ubuntu-latest
name: ${{ format('Tests (Ruby {0})', matrix.ruby-version) }}
name: ${{ format('Tests (Ruby {0} {1})', matrix.ruby-version, matrix.gemfile) }}
continue-on-error: true
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
Expand Down

0 comments on commit f00a140

Please sign in to comment.