Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Feb 8, 2024
1 parent 6485b36 commit 2275c8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/scripts/check-engines-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ elif [ -f "$qe_location" ]; then
echo "✔ Correct Query Engine exists at ${qe_location}"
else
echo "❌ Could not find Query Engine in ${qe_location} when using ${os_name}"
echo "$ ls $GENERATED_CLIENT"
ls $GENERATED_CLIENT
exit 1
fi

echo "$ ls $GENERATED_CLIENT"
ls $GENERATED_CLIENT

0 comments on commit 2275c8d

Please sign in to comment.