Skip to content

Commit

Permalink
Add workload restore
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptComputer committed Nov 22, 2024
1 parent 40347f3 commit dfd9dcd
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -45,6 +45,9 @@ jobs:
cd Frontend/Bones.Api.Client
dotnet tool restore
cd ../..
cd Frontend/Bones.WebUI
dotnet workload restore
cd ../..
- name: Build
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
cd Frontend/Bones.Api.Client
dotnet tool restore
cd ../..
cd Frontend/Bones.WebUI
dotnet workload restore
cd ../..
- name: Publish
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
cd Frontend/Bones.Api.Client
dotnet tool restore
cd ../..
cd Frontend/Bones.WebUI
dotnet workload restore
cd ../..
- name: Set up JDK 21
uses: actions/setup-java@v4
Expand Down

0 comments on commit dfd9dcd

Please sign in to comment.