Skip to content

Commit

Permalink
Merge pull request #771 from RogerHowellDfE/RogerHowellDfE-patch-7
Browse files Browse the repository at this point in the history
Update build-and-test.yml
  • Loading branch information
RogerHowellDfE committed Sep 27, 2023
2 parents ab1625d + 33430a6 commit dcbc222
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
env:
DOTNET_VERSION: '6.0.x'

## Include all git history (fetch depth 0) for enhanced SonarCloud analysis (default is 1 for most recent commit)
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

## SonarCloud Setup
- name: Set up JDK 17
Expand Down

0 comments on commit dcbc222

Please sign in to comment.