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 376c624 commit 57d7675
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
- name: Test
shell: bash
run: dotnet test --nologo --no-build --filter 'FullyQualifiedName~IntegrationTests' BuildingRegistry.sln
run: |
ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose
dotnet test --nologo --no-build --filter 'FullyQualifiedName~IntegrationTests' BuildingRegistry.sln
env:
OAuth2IntrospectionOptions__ClientId: ${{ secrets.VBR_ACMIDM_INTROSPECTION_CLIENT_ID_TST }}
OAuth2IntrospectionOptions__ClientSecret: ${{ secrets.VBR_ACMIDM_INTROSPECTION_CLIENT_SECRET_TST }}
Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ nuget xunit.categories 2.0.8
nuget FluentAssertions 6.12.0
nuget Moq 4.20.70
nuget AutoFixture.Xunit2 4.18.1
nuget Be.Vlaanderen.Basisregisters.DockerUtilities 2.0.0
nuget Be.Vlaanderen.Basisregisters.DockerUtilities 3.0.0
nuget Microsoft.AspNetCore.Mvc.Testing 8.0.3
nuget Microsoft.AspNetCore.TestHost 8.0.3

Expand Down
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 57d7675

Please sign in to comment.