Skip to content

Commit

Permalink
chore: Add test filter DockerPlatform=Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
HofmeisterAn committed Mar 20, 2023
1 parent 84ab8fb commit 9933169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: dotnet cake --target=Build

- name: Run Tests
run: dotnet cake --target=Tests --test-filter=FullyQualifiedName~${{ startsWith(matrix.os, 'ubuntu') && 'Testcontainers' || 'DotNet.Testcontainers.Tests.Unit.Containers.Windows' }}
run: dotnet cake --target=Tests --test-filter=${{ startsWith(matrix.os, 'ubuntu') && 'FullyQualifiedName~Testcontainers' || 'DockerPlatform=Windows' }}

- name: Upload Test And Coverage Results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9933169

Please sign in to comment.