We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ab911 commit ae87ebdCopy full SHA for ae87ebd
.github/workflows/pr-validation.yml
@@ -27,7 +27,7 @@ jobs:
27
run: dotnet build --configuration Release -warnaserror
28
29
- name: Run unit tests
30
- run: dotnet test --no-build --verbosity normal
+ run: dotnet test --configuration Release --verbosity normal
31
32
- name: Validate mapping JSON files
33
run: |
0 commit comments