Skip to content

Commit

Permalink
ci: fix dotnet tool restore command
Browse files Browse the repository at this point in the history
  • Loading branch information
a.civier committed May 22, 2024
1 parent daf4467 commit b242011
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
run: dotnet restore

- name: Restore tool dependencies
working-directory: ./src/Api
run: dotnet tool restore

- name: Test
Expand Down

0 comments on commit b242011

Please sign in to comment.