Skip to content

Commit

Permalink
Change to actions as wrong project type listed
Browse files Browse the repository at this point in the history
  • Loading branch information
putridparrot committed Dec 13, 2021
1 parent 45d470a commit 680a70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test PutridParrot.Units.Tests/PutridParrot.Units.Tests.fsproj --no-restore --verbosity normal
run: dotnet test PutridParrot.Units.Tests/PutridParrot.Units.Tests.csproj --no-restore --verbosity normal
- name: Create Package
run: dotnet pack --configuration Release
- name: Create Artifacts
Expand Down

0 comments on commit 680a70e

Please sign in to comment.