From c23624e30c02b2870b0b4d1e67b7ee3abab724b6 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 18 Jul 2025 11:45:46 +0200 Subject: [PATCH] Added workflow todos --- .github/workflows/Todo.md | 4 ++++ .github/workflows/{test-container.yml => test-cli.yml} | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/Todo.md rename .github/workflows/{test-container.yml => test-cli.yml} (92%) 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: