Skip to content

Commit

Permalink
Restore the local tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubfijalkowski committed Dec 20, 2024
1 parent d78856b commit 945a626
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/core_build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Restore
run: dotnet restore
run: |
dotnet restore
dotnet tool restore
- name: Unit tests
run: dotnet test
- name: Azure Test
Expand Down

0 comments on commit 945a626

Please sign in to comment.