Skip to content

Commit ae87ebd

Browse files
committed
Update PR instruction
1 parent 60ab911 commit ae87ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: dotnet build --configuration Release -warnaserror
2828

2929
- name: Run unit tests
30-
run: dotnet test --no-build --verbosity normal
30+
run: dotnet test --configuration Release --verbosity normal
3131

3232
- name: Validate mapping JSON files
3333
run: |

0 commit comments

Comments
 (0)