From 0d647850112d6e4e53d633a53a583243e9515952 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Sun, 14 Aug 2022 22:06:03 +0000 Subject: [PATCH] Added else condition --- --- a/.github/workflows/forkless-update-nodata.yml +++ b/.github/workflows/forkless-update-nodata.yml @@ -150,6 +150,10 @@ echo "🛸 PARACHAINS' RUNTIME UPGRADE TESTING COMPLETE 🛸" return 0 exit 1 + else + echo "🛸 PARACHAINS' RUNTIME UPGRADE TESTING COMPLETE 🛸 - Not found in logs output." + return 1 + exit 1 fi else echo "Container node-parachain not RUNNING" -- gitstuff