diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0d4d9a3b..3b944caa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,10 +24,10 @@ jobs: dotnet-version: '9.0.x' - name: Restore dependencies - run: dotnet restore + run: dotnet restore DevBetterWeb.slnx - name: Build and test - run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release + run: dotnet test DevBetterWeb.slnx --filter FullyQualifiedName!~Vimeo.Tests --configuration Release - name: Publish app run: |