From 7e3ff87c4288c042442c437e15d9278647e475f8 Mon Sep 17 00:00:00 2001 From: Amruth Baskar Date: Wed, 3 Jul 2024 10:58:25 -0700 Subject: [PATCH] relative filepath issue (maybe?) --- scripts/PersistenceValidate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/PersistenceValidate.sh b/scripts/PersistenceValidate.sh index 6a9cfb1f..408c0859 100755 --- a/scripts/PersistenceValidate.sh +++ b/scripts/PersistenceValidate.sh @@ -2,6 +2,7 @@ # This script is used to validate whether persistence has valid tests +echo $(pwd) cd ../bin/Debug/YamlValidator appTestResults=$(dotnet YamlValidator.dll validate --path "../Persistence.Tests/_TestData/AppsWithYaml")