aws-deadline / deadline-cloud-worker-agent

The AWS Deadline Cloud worker agent can be used to run a worker in an AWS Deadline Cloud fleet.
Apache License 2.0
15 stars 21 forks source link

ci: add windows integ tests to hatch.toml #414

Closed moorec-aws closed 2 months ago

moorec-aws commented 2 months ago

What was the problem/requirement? (What/Why)

windows-integ-test script was accidentally removed from hatch.toml in https://github.com/aws-deadline/deadline-cloud-worker-agent/pull/411

What was the solution? (How)

Add the script back.

What is the impact of this change?

ci can run integ tests again

How was this change tested?

hatch run windows-integ-test

Was this change documented?

No

Is this a breaking change?

No


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.