Skip to content

Commit

Permalink
Fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Sep 2, 2024
1 parent 396363c commit f25295a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:

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

- name: Restore NuGet packages
run: nuget restore "samples/PosInformatique.UnitTests.Databases.Samples.sln"

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

0 comments on commit f25295a

Please sign in to comment.