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 82a58f8 commit 5420a62Copy full SHA for 5420a62
.github/workflows/platforms.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
9
linux:
10
- name: 🐧 - .NET ${{ matrix.dotnet }} - ${{ matrix.arch.name }}
+ 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: 🪟 - .NET ${{ matrix.dotnet }} - x64
+ name: 🪟 / .NET ${{ matrix.dotnet }} / x64
51
runs-on: windows-latest
52
53
0 commit comments