aws-deadline / deadline-cloud-test-fixtures

This package contains pytest fixtures that are used to test AWS Deadline Cloud Python packages
Apache License 2.0
9 stars 13 forks source link

chore: add mac and windows to github workflows #9

Closed jericht closed 1 year ago

jericht commented 1 year ago

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

We should be building & testing our code on Windows and Mac

What was the solution? (How)

Modify GitHub workflows so they are building & testing our code on Windows and Mac. Made similar changes done in https://github.com/casillas2/deadline-cloud/commit/afef801cf3cf2392b53ab36115dc7a4756116a5f#diff-a1a47fe3f012a1f3ed362997e7d812693102beecce28d3eebbd7f446795d84d5

What is the impact of this change?

GitHub workflows are building & testing our code on Windows and Mac

How was this change tested?

GitHub workflows are building & testing our code on Windows and Mac

Was this change documented?

No

Is this a breaking change?

No