diff --git a/.github/workflows/Todo.md b/.github/workflows/Todo.md new file mode 100644 index 00000000..6243bd68 --- /dev/null +++ b/.github/workflows/Todo.md @@ -0,0 +1,4 @@ +# Todo +- Create workflow test-server, which tests all server roles +- Create workflow test-desktop, which tests all desktop roles +- For the backup services keep in mind to setup a tandem, which pulls the backups from each other to verify that this also works \ No newline at end of file diff --git a/.github/workflows/test-container.yml b/.github/workflows/test-cli.yml similarity index 92% rename from .github/workflows/test-container.yml rename to .github/workflows/test-cli.yml index 483a815a..dcab50b5 100644 --- a/.github/workflows/test-container.yml +++ b/.github/workflows/test-cli.yml @@ -1,4 +1,4 @@ -name: Build & Test Container +name: Build & Test CyMaIS CLI in Docker Container on: push: