Skip to content

Commit

Permalink
Update test command in publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andronovo-bit committed Mar 21, 2024
1 parent 1ac835f commit 305222b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: dotnet build ./WebApiCICDWorkFlow.sln --configuration Release --no-restore

- name: Test with dotnet
run: dotnet test ./WebApiCICDWorkFlow.sln --no-build --verbosity normal
run: dotnet test ./WebApiCICDWorkFlow.Tests/WebApiCICDWorkFlow.Tests.csproj --no-build --verbosity normal

- name: Publish with dotnet
run: dotnet publish ./WebApiCICDWorkFlow.sln --configuration Release --no-build --output ./publish_output
Expand Down

0 comments on commit 305222b

Please sign in to comment.