Skip to content

Commit

Permalink
Merge pull request OCA#4670 from hbrunn/17.0-no-demo-data
Browse files Browse the repository at this point in the history
[17.0][OU-ADD] explicitly disable loading demo data
  • Loading branch information
pedrobaeza authored Nov 19, 2024
2 parents c5732d6 + cf8a434 commit 47fdcd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: DB Restore
run: |
wget -q -O- $DOWNLOADS/16.0.psql | pg_restore -d $DB --no-owner
psql $DB -c "UPDATE ir_module_module SET demo=False"
- name: Check out Odoo
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -144,4 +145,5 @@ jobs:
--test-tags openupgrade \
--log-handler odoo.models.unlink:WARNING \
--stop-after-init \
--without-demo=$MODULES_NEW \
--update=$MODULES_NEW

0 comments on commit 47fdcd9

Please sign in to comment.