Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 566 Bytes

working-with-github-actions.md

File metadata and controls

11 lines (6 loc) · 566 Bytes

Working with Github Actions

We are using Github Actions to automate building, testing and releasing.

You find the workflows in the "Actions" menu.

GithubActions

Delete apps and clusters

In most cases our test suites will delete Atlas clusters and apps but not always. If you need to delete them manually, you can use the workflow "Wipe all clusters and apps". The workflow does not distinguish between "active" and "leftover" apps so it can lead to currently running tests to fail.