Skip to content

Commit

Permalink
debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
abaskk-msft committed Jul 2, 2024
1 parent 4b74b55 commit ae653cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:

- name: Test - Persistence Test Yaml Files (ubuntu & macos)
run: |
echo $(ls -d bin/Debug/YamlValidator)
resultApp=$(sudo dotnet bin/Debug/YamlValidator/YamlValidator.dll validate --path "bin/Debug/Persistence.Tests/_TestData/AppsWithYaml")
echo "$resultApp"
if [ "$resultApp" == *"Validation Failed"* ]; then
Expand Down

0 comments on commit ae653cb

Please sign in to comment.