Skip to content

Commit

Permalink
Make job name shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Dec 13, 2024
1 parent e5b8847 commit 49fcc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- { postgres: "16", mysql: "8.4" }
- { postgres: "17", mysql: "9.1" }

name: Test with PostgreSQL version ${{ matrix.database-combo.postgres }} and MySQL version ${{ matrix.database-combo.mysql }}
name: Test PostgreSQL ${{ matrix.database-combo.postgres }} & MySQL ${{ matrix.database-combo.mysql }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit 49fcc8a

Please sign in to comment.