Skip to content

Commit

Permalink
CI: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davelim committed Oct 31, 2024
1 parent 219edb1 commit 60f1b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 60f1b04

Please sign in to comment.