From d724811e06409fd60448e0496bdacf35fe4da29e Mon Sep 17 00:00:00 2001 From: Arne Dumarey Date: Wed, 28 Aug 2024 10:31:28 +0200 Subject: [PATCH] test: fix integration tests --- .github/workflows/schedule.yml | 5 ++++- paket.dependencies | 2 +- paket.lock | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index 01146b0c..794d2a47 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -44,9 +44,12 @@ jobs: shell: bash run: | dotnet build --nologo --no-restore --no-incremental --configuration Debug ParcelRegistry.sln + - name: Test shell: bash - run: dotnet test --nologo --no-build --filter 'FullyQualifiedName~IntegrationTests' ParcelRegistry.sln + run: | + ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose + dotnet test --nologo --no-build --filter 'FullyQualifiedName~IntegrationTests' ParcelRegistry.sln env: OAuth2IntrospectionOptions__ClientId: ${{ secrets.VBR_ACMIDM_INTROSPECTION_CLIENT_ID_TST }} OAuth2IntrospectionOptions__ClientSecret: ${{ secrets.VBR_ACMIDM_INTROSPECTION_CLIENT_SECRET_TST }} diff --git a/paket.dependencies b/paket.dependencies index 81c2f443..e1ce2516 100755 --- a/paket.dependencies +++ b/paket.dependencies @@ -121,7 +121,7 @@ nuget AutoFixture 4.18.1 nuget FluentAssertions 6.12.0 nuget Moq 4.20.70 -nuget Be.Vlaanderen.Basisregisters.DockerUtilities 2.0.0 +nuget Be.Vlaanderen.Basisregisters.DockerUtilities 3.0.0 // BUILD STUFF nuget SourceLink.Embed.AllSourceFiles 2.8.3 copy_local: true diff --git a/paket.lock b/paket.lock index 36275fbb..6c118ed6 100644 --- a/paket.lock +++ b/paket.lock @@ -243,7 +243,7 @@ NUGET GeoJSON.Net (>= 1.2.19) Microsoft.Extensions.Logging.Abstractions (>= 8.0) NodaTime (>= 3.1.11) - Be.Vlaanderen.Basisregisters.DockerUtilities (2.0) + Be.Vlaanderen.Basisregisters.DockerUtilities (3.0) Ductus.FluentDocker (>= 2.10.59) Be.Vlaanderen.Basisregisters.EventHandling (5.0) Be.Vlaanderen.Basisregisters.Converters.TrimString (>= 4.0)