Skip to content

Commit

Permalink
Add better naming to test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Dec 13, 2024
1 parent 0ab0863 commit 84b6fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ 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 }}

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 84b6fa8

Please sign in to comment.