Skip to content

Commit

Permalink
Builds the samples in the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Sep 2, 2024
1 parent 8063468 commit 1cd4f68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-actions-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Build
run: msbuild "PosInformatique.UnitTests.Databases.sln" /p:Configuration=Debug

- name: Build the samples
run: msbuild "samples/PosInformatique.UnitTests.Databases.Samples.sln" /p:Configuration=Debug

- name: Creates the LocalDB for the unit tests
shell: cmd
run: SqlLocalDB create posinfo-unit-tests
Expand All @@ -38,6 +41,6 @@ jobs:
with:
searchFolder: .\
testAssembly: |
/**/*tests.dll
/tests/**/*tests.dll
!./**/*TestAdapter.dll
!./**/obj/**

0 comments on commit 1cd4f68

Please sign in to comment.