Skip to content

Commit d3a4fd4

Browse files
authored
ci: build bunit before running sample tests in debug mode
1 parent 4c6140e commit d3a4fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ jobs:
228228
RELEASE_NOTES: ${{ steps.changelog_reader.outputs.changes }}
229229

230230
- name: 📄 Build bUnit
231-
run: dotnet build docs/samples/samples.sln -c release
231+
run: dotnet build -c release
232232

233233
- name: 🧪 Run sample unit tests
234-
run: dotnet test docs/samples/samples.sln -c release -p:VSTestUseMSBuildOutput=false -f net8.0
234+
run: dotnet test docs/samples/samples.sln -p:VSTestUseMSBuildOutput=false -f net8.0
235235

236236
- name: 📄 Build docs
237237
working-directory: ./docs/site

0 commit comments

Comments
 (0)