Skip to content

Commit 5420a62

Browse files
The bettest
1 parent 82a58f8 commit 5420a62

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: 🐧 - .NET ${{ matrix.dotnet }} - ${{ matrix.arch.name }}
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: 🪟 - .NET ${{ matrix.dotnet }} - x64
50+
name: 🪟 / .NET ${{ matrix.dotnet }} / x64
5151
runs-on: windows-latest
5252
env:
5353
TEST_ENGINE: Internal

0 commit comments

Comments
 (0)