Skip to content

Commit 1cd4f68

Browse files
Builds the samples in the CI.
1 parent 8063468 commit 1cd4f68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/github-actions-ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Build
2525
run: msbuild "PosInformatique.UnitTests.Databases.sln" /p:Configuration=Debug
2626

27+
- name: Build the samples
28+
run: msbuild "samples/PosInformatique.UnitTests.Databases.Samples.sln" /p:Configuration=Debug
29+
2730
- name: Creates the LocalDB for the unit tests
2831
shell: cmd
2932
run: SqlLocalDB create posinfo-unit-tests
@@ -38,6 +41,6 @@ jobs:
3841
with:
3942
searchFolder: .\
4043
testAssembly: |
41-
/**/*tests.dll
44+
/tests/**/*tests.dll
4245
!./**/*TestAdapter.dll
4346
!./**/obj/**

0 commit comments

Comments
 (0)