Skip to content

Commit

Permalink
Define required variables for tests needing fixed infrastructure
Browse files Browse the repository at this point in the history
Co-Authored-By: Tomasz Masternak <1092707+tmasternak@users.noreply.github.com>
Co-Authored-By: Dennis van der Stelt <dvdstelt@gmail.com>
  • Loading branch information
3 people authored Sep 15, 2021
1 parent 70ed591 commit 8be2241
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
- name: Run Windows tests
if: matrix.name == 'Windows'
run: dotnet test src --configuration Release --no-build --logger "GitHubActions;report-warnings=false"
env:
NServiceBus_AmazonSQS_AT_CustomFixedNamePrefix: CiWinATT
- name: Run Linux tests
if: matrix.name == 'Linux'
run: dotnet test src --configuration Release --no-build --framework netcoreapp3.1 --logger "GitHubActions;report-warnings=false"
env:
NServiceBus_AmazonSQS_AT_CustomFixedNamePrefix: CiNixATT

0 comments on commit 8be2241

Please sign in to comment.