Skip to content

Commit 21259fe

Browse files
committed
.
1 parent f44a604 commit 21259fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/.NET-Framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
jobs:
10-
tests:
10+
dotnet-framework:
1111
name: Tests
1212
runs-on: windows-latest
1313
defaults:

.github/workflows/dotnet-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
tests:
11+
dotnet-linux:
1212
name: Tests
1313
runs-on: ubuntu-latest
1414
defaults:

.github/workflows/dotnet-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
windows-core:
11+
dotnet-windows:
1212
name: Tests
1313
runs-on: windows-latest
1414
defaults:

0 commit comments

Comments
 (0)