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.
This commit is contained in:
Gary R Krause
2023-02-01 11:23:04 -05:00
committed by GitHub
parent c174ae9b81
commit 5ca7fd08af

View File

@@ -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.