Skip to content

Commit

Permalink
test: fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed Aug 28, 2024
1 parent f37090b commit af8ee00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:
- name: Test
shell: bash
run: dotnet dotcover test --dcReportType=HTML --nologo --no-build TicketingSystem.sln
run: |
ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose
dotnet dotcover test --dcReportType=HTML --nologo --no-build TicketingSystem.sln
- name: Sonar end build & analyze
env:
Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nuget AWSSDK.SimpleNotificationService 3.7.301.4

// VBR STUFF
nuget Be.Vlaanderen.Basisregisters.Build.Pipeline 7.1.0
nuget Be.Vlaanderen.Basisregisters.DockerUtilities 2.0.0
nuget Be.Vlaanderen.Basisregisters.DockerUtilities 3.0.0
nuget Be.Vlaanderen.Basisregisters.GrAr.Notifications 21.0.0

// Datadog
Expand Down
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NUGET
AWSSDK.SimpleNotificationService (3.7.301.4)
AWSSDK.Core (>= 3.7.302.17 < 4.0)
Be.Vlaanderen.Basisregisters.Build.Pipeline (7.1)
Be.Vlaanderen.Basisregisters.DockerUtilities (2.0)
Be.Vlaanderen.Basisregisters.DockerUtilities (3.0)
Ductus.FluentDocker (>= 2.10.59)
Be.Vlaanderen.Basisregisters.GrAr.Notifications (21.0)
AWSSDK.SimpleNotificationService (>= 3.7.301.3)
Expand Down

0 comments on commit af8ee00

Please sign in to comment.