Skip to content

Commit 45f0575

Browse files
committed
[IMP] Don't fail on license check
1 parent 6cd7415 commit 45f0575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
run: oca_install_addons
9191
- name: Check licenses
9292
run: manifestoo -d . check-licenses
93+
continue-on-error: true
9394
- name: Check development status
9495
run: manifestoo -d . check-dev-status --default-dev-status=Beta
9596
- name: Initialize test db

0 commit comments

Comments
 (0)