From a60abbd37159906fb0bd14f4faa3ba4cd9a9b29d Mon Sep 17 00:00:00 2001 From: Daniel Chambers Date: Tue, 3 Sep 2024 11:46:38 +1000 Subject: [PATCH] Print on success to make it clearer --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b34f683..34a95ac 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,4 +33,7 @@ jobs: echo "openssl was found as a dependency of ndc-sdk-core" echo "This should be fixed. openssl dependencies make it hard to make binaries with minimal dynamically linked dependencies such as connector CLI plugins" exit 1 + else + echo "openssl does not appear to be a dependency of ndc-sdk-core 🎉" + exit 0 fi