diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index cd4cbef..9e1553f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,11 +20,9 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x - - name: Go to working dir - run: cd rag-2-backend/ - name: Restore dependencies - run: dotnet restore + run: dotnet restore rag-2-backend - name: Build - run: dotnet build --no-restore + run: dotnet build --no-restore rag-2-backend - name: Test - run: dotnet test --no-build --verbosity normal + run: dotnet test --no-build --verbosity normal rag-2-backend