Skip to content

Commit e6e43fa

Browse files
test licenses check
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
1 parent 1316504 commit e6e43fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# if restricted > 0, CI will report an error.
7474
run: |
7575
result=$(make lint-licenses | awk '{print $7}')
76-
if [ $result -gt 0 ]; then
76+
if [ $result -eq 0 ]; then
7777
exit 1
7878
fi
7979
test:

0 commit comments

Comments
 (0)