-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix errors in the test tool pipeline #1936
chore: fix errors in the test tool pipeline #1936
Conversation
Tools/LambdaTestTool-v2/tests/Amazon.Lambda.TestTool.UnitTests/Commands/RunCommandTests.cs
Show resolved
Hide resolved
can you confirm all of the integration tests and unit tests still pass after the refactor? |
4fa7a1c
to
c2c158a
Compare
Yes the tests pass in the pipeline. |
c2c158a
to
7a0e5e5
Compare
7a0e5e5
to
ff92aab
Compare
@@ -12,8 +12,14 @@ | |||
<IsPackable>true</IsPackable> | |||
<PackAsTool>true</PackAsTool> | |||
<PackageId>Amazon.Lambda.TestTool</PackageId> | |||
<ToolCommandName>lambda-test-tool</ToolCommandName> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be dotnet-lambda-test-tool
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated it
5e92ad4
to
2a6d750
Compare
Issue #, if available:
DOTNET-7912
DOTNET-7883
Description of changes:
Note: I have ran these changes in the pipeline and the tests pass
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.