diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4c7612d..16d0f56 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -20,7 +20,7 @@ jobs: dotnet-version: 10.0.x - name: Restore dependencies - run: dotnet restore --project backend/SpMega.Backend/SpMega.Backend.csproj + run: dotnet restore backend/SpMega.Backend/SpMega.Backend.csproj - name: Build run: dotnet build --no-restore backend/SpMega.Backend/SpMega.Backend.csproj - name: Test