Skip to content

Commit

Permalink
CI: shorter job name
Browse files Browse the repository at this point in the history
We are always using Ruby here :)
  • Loading branch information
dentarg committed Nov 8, 2022
1 parent 9b5fcd0 commit 88844e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ on:

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

0 comments on commit 88844e4

Please sign in to comment.