diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f620cd..124633f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: dotnet-version: ${{ env.DOTNET_VERSION }} - name: Install dependencies - run: dotnet restore + run: dotnet restore ./src - name: Build run: dotnet build --configuration Release --no-restore - name: Test