We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79ffb57 + 0054d5a commit 2d255e8Copy full SHA for 2d255e8
.github/workflows/test.yml
@@ -56,9 +56,9 @@ jobs:
56
- name: Install addons and dependencies
57
run: oca_install_addons
58
- name: Check licenses
59
- run: manifestoo -d . check-licenses
+ run: echo Skipping manifestoo -d . check-licenses
60
- name: Check development status
61
- run: manifestoo -d . check-dev-status --default-dev-status=Beta
+ run: echo Skipping manifestoo -d . check-dev-status --default-dev-status=Beta
62
- name: Initialize test db
63
run: oca_init_test_database
64
- name: Run tests
0 commit comments