Skip to content

Commit 2d255e8

Browse files
committed
Merge PR #4893 into 16.0
Signed-off-by TheMule71
2 parents 79ffb57 + 0054d5a commit 2d255e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
- name: Install addons and dependencies
5757
run: oca_install_addons
5858
- name: Check licenses
59-
run: manifestoo -d . check-licenses
59+
run: echo Skipping manifestoo -d . check-licenses
6060
- name: Check development status
61-
run: manifestoo -d . check-dev-status --default-dev-status=Beta
61+
run: echo Skipping manifestoo -d . check-dev-status --default-dev-status=Beta
6262
- name: Initialize test db
6363
run: oca_init_test_database
6464
- name: Run tests

0 commit comments

Comments
 (0)