Skip to content

Commit e151847

Browse files
committed
CI: Adjust job title for csharp-npgsql project
Put the CrateDB version first, Npgsql version afterwards.
1 parent bfa0e2f commit e151847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-npgsql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ defaults:
3030

3131
jobs:
3232
test:
33-
name: ".NET: ${{ matrix.dotnet-version }}
33+
name: "CrateDB: ${{ matrix.cratedb-version }}
3434
Npgsql: ${{ matrix.npgsql-version }}
35-
CrateDB: ${{ matrix.cratedb-version }}
35+
.NET: ${{ matrix.dotnet-version }}
3636
on ${{ matrix.os }}"
3737
runs-on: ${{ matrix.os }}
3838
strategy:

0 commit comments

Comments
 (0)