From 5ca7fd08afaba40de941690091684564efc7d4ea Mon Sep 17 00:00:00 2001 From: Gary R Krause <39040273+garyray-k@users.noreply.github.com> Date: Wed, 1 Feb 2023 11:23:04 -0500 Subject: [PATCH] Update checklist.rst (#284) Add an optional final step for testing. I'm currently packaging a service that needs to persist data and completed this step. --- site/source/developer-docs/specification/checklist.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/site/source/developer-docs/specification/checklist.rst b/site/source/developer-docs/specification/checklist.rst index 8d70141..8544773 100644 --- a/site/source/developer-docs/specification/checklist.rst +++ b/site/source/developer-docs/specification/checklist.rst @@ -35,3 +35,4 @@ Testing: 3. Start package using embassy-cli, or in the UI 4. Check logs to see if errors 5. Ensure service is reachable/launchable + 6. (Optional) Ensure data persists after stopping and restarting service.