Skip to content

Commit

Permalink
fix unit test run in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Lucas committed Jan 30, 2024
1 parent 327ecfd commit cfd864a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/PullRequestBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
## Modern build and test steps

- name: Build Modern Solution
run: dotnet publish "${{ env.MODERN_SLN }}" --configuration Release
env:
CI: false
run: dotnet build "${{ env.MODERN_SLN }}" --configuration Release

- name: Run Unit Tests on Modern Solution
run: dotnet test "${{ env.MODERN_SLN }}" --no-build --configuration Release --verbosity normal

0 comments on commit cfd864a

Please sign in to comment.