Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfeng-db committed Sep 2, 2024
1 parent 9a1ef10 commit 9c6fb4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Run Make Schema
run: |
val=$(make schema)
echo $val
if [ $val != "0" ]; then
echo "make schema failed"
exit 1
Expand Down

0 comments on commit 9c6fb4b

Please sign in to comment.