Skip to content

Commit c012c92

Browse files
Fix CI.
1 parent 15cccc2 commit c012c92

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ jobs:
3636
- name: Build solution
3737
run: dotnet build PosInformatique.Testing.Databases.sln --configuration Release --no-restore
3838

39-
- name: Restore samples
40-
run: dotnet restore samples/PosInformatique.Testing.Databases.Samples.sln
41-
42-
- name: Build samples
43-
run: dotnet build samples/PosInformatique.Testing.Databases.Samples.sln --configuration Debug --no-restore
44-
4539
- name: Install SQL Server command-line tools
4640
run: |
4741
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
@@ -81,7 +75,7 @@ jobs:
8175
- name: Setup NuGet
8276
uses: nuget/setup-nuget@v2
8377

84-
- name: Restore NuGet packages
78+
- name: Restore NuGet packages of the samples
8579
run: nuget restore samples/PosInformatique.Testing.Databases.Samples.sln
8680

8781
- name: Add msbuild to PATH

0 commit comments

Comments
 (0)