Skip to content

Commit 98fa8a5

Browse files
Update build-and-tests.yml
1 parent 3c96183 commit 98fa8a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
- name: Check containers
4444
run: docker ps -a
4545

46-
- name: Run tests (.NET 8)
46+
- name: Run tests .NET 8
4747
run: dotnet test --framework net8.0 --configuration Release --no-build --verbosity normal --logger GitHubActions
4848

49-
- name: Run tests (.NET 9)
49+
- name: Run tests .NET 9
5050
run: dotnet test --framework net9.0 --configuration Release --no-build --verbosity normal --logger GitHubActions
5151

5252
- name: Stop Docker Compose

0 commit comments

Comments
 (0)