From b242011406530199db19310e1e6e2baf46561467 Mon Sep 17 00:00:00 2001 From: "a.civier" Date: Wed, 22 May 2024 11:24:54 +0200 Subject: [PATCH] ci: fix dotnet tool restore command --- .github/workflows/test_and_build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 6abae96..a009af2 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -45,7 +45,6 @@ jobs: run: dotnet restore - name: Restore tool dependencies - working-directory: ./src/Api run: dotnet tool restore - name: Test