Azure / aml-workspace

GitHub Action that allows you to create or connect to your Azure Machine Learning Workspace.
MIT License
22 stars 16 forks source link

Ashishonce/integration tests #7

Closed ashishonce closed 4 years ago

ashishonce commented 4 years ago

adding the draft pull request here, try to find a way for cleanup task but that will be added in later iteration

ashishonce commented 4 years ago

@marvinbuss , please add azure credentials to this repository so the workflow can proceed.

marvinbuss commented 4 years ago

@ashishonce Did you remove the tests, where a new resource group gets created? Would be great if we could add integration tests for the first Action. Great work!

ashishonce commented 4 years ago

@ashishonce Did you remove the tests, where a new resource group gets created? Would be great if we could add integration tests for the first Action. Great work

the integration test first adds a workspace and if resource group doesn't exisit it will get created. check test_workspace.json file, it has create workspace flag enabled.