From 40f855a08b4911c3f54b7a45306af355c6d87277 Mon Sep 17 00:00:00 2001 From: Dragan Filipovic Date: Sat, 31 Dec 2022 10:33:16 +0100 Subject: [PATCH] feat: add e2e tests --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 46f3aa9..128e3b8 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,15 @@ jobs: EXCLUDE: "/dist/, /node_modules/" ``` +## Issues + +Almost 95% of the issues are related to wrong SSH connection. +I've added e2e test for this action. +Check actions tab for example. + +Check manually your ssh connection from your client before opening a bug report. +Thanks. + ## Disclaimer Check your keys. Check your deployment paths. And use at your own risk.