Skip to content

Commit

Permalink
Map to a deterministic port
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Sep 13, 2023
1 parent bcbd6b9 commit ba3a201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
env:
SA_PASSWORD: Password12!
ACCEPT_EULA: Y
ports: [1433]
ports:
- 1433:1433

env:
Test__SqlServer__DefaultConnection: Data Source=(local)\MSSQLSERVER;Initial Catalog=master;User ID=sa;Password=Password12!;Connect Timeout=60;ConnectRetryCount=0
Expand Down

0 comments on commit ba3a201

Please sign in to comment.