Skip to content

Commit

Permalink
👷 Update dotnet-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontaylordev committed Jul 4, 2023
1 parent 8c2b78c commit 3920f31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down Expand Up @@ -28,4 +30,4 @@ jobs:
- name: Test
run: dotnet test --no-build --configuration Release --filter "FullyQualifiedName!~AcceptanceTests"
env:
ConnectionStrings__DefaultConnection: Server=.;Database=CleanArchitectureDb-Test;User=sa;Password=Your_password123;MultipleActiveResultSets=true;Encrypt=false;
ConnectionStrings__DefaultConnection: Server=.;Database=CleanArchitectureDb-Test;User=sa;Password=Your_password123;MultipleActiveResultSets=true;Encrypt=false;

0 comments on commit 3920f31

Please sign in to comment.