Skip to content

Commit

Permalink
show all files in yamlValidator dir
Browse files Browse the repository at this point in the history
  • Loading branch information
abaskk-msft committed Jul 2, 2024
1 parent ae653cb commit 78a15ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Test - Persistence Test Yaml Files (ubuntu & macos)
run: |
echo $(ls -d bin/Debug/YamlValidator)
echo $(ls 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 78a15ae

Please sign in to comment.