diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1aa6242..a52c05e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,7 +20,7 @@ jobs: - name: Build with dotnet core run: dotnet build --configuration Release - name: Tests - run: dotnet test DotNetDBF.Test/DotNetDBF.Test.cspr"oj --configuration Release --no-build --no-restore + run: dotnet test DotNetDBF.Test/DotNetDBF.Test.csproj --configuration Release --no-build --no-restore - name: Publish run: dotnet nuget push publish/* --source https://nuget.pkg.github.com/ekonbenefits/index.json --api-key ${GITHUB_TOKEN} env: