Skip to content

Commit 1501f20

Browse files
committed
fix: remove unnecessary configuration flag from dotnet test command
1 parent d8c81a0 commit 1501f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/10-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build
4343
run: dotnet build --no-restore
4444
- name: Test
45-
run: dotnet test --configuration Release --no-build --verbosity normal
45+
run: dotnet test --no-build --verbosity normal
4646

4747
- name: dotnet publish
4848
run: dotnet publish src/dotnet-sample.csproj -c Release -o ./webapp

0 commit comments

Comments
 (0)