We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7c73e commit 82a58f8Copy full SHA for 82a58f8
.github/workflows/platforms.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
9
linux:
10
- name: 🐧 - ${{ matrix.arch.name }} - .NET ${{ matrix.dotnet }}
+ name: 🐧 - .NET ${{ matrix.dotnet }} - ${{ matrix.arch.name }}
11
runs-on: ${{ matrix.arch.runs-on }}
12
env:
13
TEST_ENGINE: Internal
@@ -47,7 +47,7 @@ jobs:
47
run: dotnet test Testing/Acceptance/GenHTTP.Testing.Acceptance.csproj -c Release -f net${{ matrix.dotnet }}.0
48
49
windows:
50
- name: 🪟 - x64 - .NET ${{ matrix.dotnet }}
+ name: 🪟 - .NET ${{ matrix.dotnet }} - x64
51
runs-on: windows-latest
52
53
0 commit comments