Skip to content

Commit

Permalink
v4 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanYarotsky committed Dec 24, 2023
1 parent 011591c commit 1f185dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_planningbackend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
include-prerelease: true

- name: Build
run: dotnet build .\api\ --configuration Release -o ${{env.DOTNET_ROOT}}/artifacts
run: dotnet build .\api\api.sln --configuration Release -o ${{env.DOTNET_ROOT}}/artifacts

- name: Unit tests
run: dotnet test ${{env.DOTNET_ROOT}}/artifacts/Domain.Tests.dll ${{env.DOTNET_ROOT}}/artifacts/API.Unit.Tests.dll
Expand Down

0 comments on commit 1f185dc

Please sign in to comment.