diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47ff891..61632d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,10 +31,10 @@ jobs: run: dotnet build --configuration Release - name: Run unit tests - run: dotnet test test\Moniker.Tests --configuration Release --no-build --no-restore + run: dotnet test ./test/Moniker.Tests --configuration Release --no-build --no-restore - name: Run approval tests - run: dotnet test test\Moniker.ApprovalTests --configuration Release --no-build --no-restore + run: dotnet test ./test/Moniker.ApprovalTests --configuration Release --no-build --no-restore - name: Create NuGet packages run: dotnet pack --configuration Release