Skip to content

Feature: Implemented IActionRunstate.MayResolve logic #275

Feature: Implemented IActionRunstate.MayResolve logic

Feature: Implemented IActionRunstate.MayResolve logic #275

Triggered via pull request November 13, 2024 09:38
@crashkonijncrashkonijn
opened #296
Status Success
Total duration 23s
Artifacts

pull-request-labeler.yml

on: pull_request_target
update_release_draft
16s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 1 warning
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCompletedGoal_CallsGoalCompleteEvent: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L292
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: StartResolve(any RunData) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndDoesHaveAction_Runs: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L252
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|f473b944, any IGoalRequest) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_Runs: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L179
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|6492dabe, any IGoalRequest) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_RunsWithMultipleGoals: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L215
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|2e60a262, Substitute.IGoalRequest|c3bea014) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_SetsTheActionOnAgent: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L379
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SetAction(any IGoalResult) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasNotCompletedGoal_DoesntCallGoalCompleteEvent: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L332
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: StartResolve(any RunData) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_WithMultipleGoals_DoesntResolveCompletedGoal: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L467
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|9aa4d956, Substitute.IGoalRequest|738e73f2) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCompletedGoal_CallsGoalCompleteEvent: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L292
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: StartResolve(any RunData) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndDoesHaveAction_Runs: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L252
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|4b0ca44e, any IGoalRequest) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_Runs: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L179
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|d6f4fc88, any IGoalRequest) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_RunsWithMultipleGoals: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L215
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|b6c0d132, Substitute.IGoalRequest|9703c922) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_SetsTheActionOnAgent: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L379
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SetAction(any IGoalResult) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasNotCompletedGoal_DoesntCallGoalCompleteEvent: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L332
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: StartResolve(any RunData) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_WithMultipleGoals_DoesntResolveCompletedGoal: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L467
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|92ce257e, Substitute.IGoalRequest|eca49402) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCompletedGoal_CallsGoalCompleteEvent: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L292
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: StartResolve(any RunData) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndDoesHaveAction_Runs: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L252
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|6cd66a3e, any IGoalRequest) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_Runs: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L179
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|a785d9ca, any IGoalRequest) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_RunsWithMultipleGoals: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L215
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|f6473a2a, Substitute.IGoalRequest|824d85a2) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_SetsTheActionOnAgent: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L379
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SetAction(any IGoalResult) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasNotCompletedGoal_DoesntCallGoalCompleteEvent: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L332
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: StartResolve(any RunData) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_WithMultipleGoals_DoesntResolveCompletedGoal: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L467
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|6eed8274, Substitute.IGoalRequest|d4ba051e) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCompletedGoal_CallsGoalCompleteEvent: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L292
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: StartResolve(any RunData) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndDoesHaveAction_Runs: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L252
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|539c2802, any IGoalRequest) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_Runs: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L179
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|e240cb6e, any IGoalRequest) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_RunsWithMultipleGoals: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L215
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|8fef07e0, Substitute.IGoalRequest|88087b0a) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_SetsTheActionOnAgent: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L379
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SetAction(any IGoalResult) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasNotCompletedGoal_DoesntCallGoalCompleteEvent: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L332
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: StartResolve(any RunData) Actually received no matching calls.
CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_WithMultipleGoals_DoesntResolveCompletedGoal: Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs#L467
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching: SenseLocal(Substitute.IMonoGoapActionProvider|65695d6a, Substitute.IGoalRequest|afe2203c) Actually received no matching calls.
update_release_draft
The following actions use a deprecated Node.js version and will be forced to run on node20: release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/