Skip to content

Commit

Permalink
Check license and dev status before creating the db
Browse files Browse the repository at this point in the history
This only needs addons and their dependencies to be available.
  • Loading branch information
sbidoul committed Oct 13, 2021
1 parent 82d1a87 commit f60ab80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml.jinja
Expand Up @@ -74,12 +74,12 @@ jobs:
persist-credentials: false
- name: Install addons and dependencies
run: oca_install_addons
- name: Initialize test db
run: oca_init_test_database
- name: Check licenses
run: manifestoo -d . check-licenses
- name: Check development status
run: manifestoo -d . check-dev-status --default-dev-status=Beta
- name: Initialize test db
run: oca_init_test_database
- name: Run tests
run: oca_run_tests
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit f60ab80

Please sign in to comment.