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 ff9b520 commit d724811
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 d724811

Please sign in to comment.