Skip to content

Commit 82a58f8

Browse files
Even betterer
1 parent 0d7c73e commit 82a58f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88

99
linux:
10-
name: 🐧 - ${{ matrix.arch.name }} - .NET ${{ matrix.dotnet }}
10+
name: 🐧 - .NET ${{ matrix.dotnet }} - ${{ matrix.arch.name }}
1111
runs-on: ${{ matrix.arch.runs-on }}
1212
env:
1313
TEST_ENGINE: Internal
@@ -47,7 +47,7 @@ jobs:
4747
run: dotnet test Testing/Acceptance/GenHTTP.Testing.Acceptance.csproj -c Release -f net${{ matrix.dotnet }}.0
4848

4949
windows:
50-
name: 🪟 - x64 - .NET ${{ matrix.dotnet }}
50+
name: 🪟 - .NET ${{ matrix.dotnet }} - x64
5151
runs-on: windows-latest
5252
env:
5353
TEST_ENGINE: Internal

0 commit comments

Comments
 (0)