Skip to content

Commit

Permalink
workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Jan 19, 2024
1 parent 6bbce9d commit e0d19d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
run: pip3 install -r requirements.txt
- name: Pack
run: python3 scripts/pack.py --location . --package-file "package.txt" --destination package
- name: Initialize test db
run: oca_init_test_database
env:
ADDONS_DIR: package
- name: Run tests
run: oca_run_tests
env:
Expand Down

0 comments on commit e0d19d6

Please sign in to comment.