Skip to content

Commit

Permalink
CI: fix typo in job name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Nov 8, 2022
1 parent 88844e4 commit e328d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
name: ${{ matrix.ruby }} (Rack ${{ matrix.rack }}, Puma ${{ matrix.rack }})
name: ${{ matrix.ruby }} (Rack ${{ matrix.rack }}, Puma ${{ matrix.puma }})
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
Expand Down

0 comments on commit e328d08

Please sign in to comment.