Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Update sonarcloud workflow with project solution
Browse files Browse the repository at this point in the history
  • Loading branch information
cshnimble authored and nwarms committed Apr 5, 2024
1 parent 0fba67a commit 322be4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Cache SonarCloud scanner
id: cache-sonar-scanner
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .\.sonar\scanner
key: ${{ runner.os }}-sonar-scanner
Expand All @@ -60,8 +60,8 @@ jobs:
- name: Restore tools for tests
run: dotnet tool restore

# - name: Restore dependencies
# run: dotnet restore TramsDataApi.sln
- name: Restore dependencies
run: dotnet restore Dfe.Identifiers.sln

- name: Build, Test and Analyze
env:
Expand Down

0 comments on commit 322be4b

Please sign in to comment.