Skip to content

Commit

Permalink
fixup! fixup! fixup! [ADD] export po files and push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Jul 11, 2023
1 parent 726416c commit 169fe3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
git config --global --add safe.directory $(pwd)
dropdb ${PGDATABASE}
ADDONS=$(manifestoo --select-addons-dir ${ADDONS_DIR} list --separator=,)
echo $ADDONS
psql -l
/opt/odoo-venv/bin/odoo -d ${PGDATABASE} -i l10n_il --load-language=he_IL --stop-after-init
/opt/odoo-venv/bin/odoo -d ${PGDATABASE} -i $ADDONS --load-language=he_IL --stop-after-init
for module in $(echo $ADDONS | tr ',' ' '); do
mkdir -p $module/i18n
Expand Down

0 comments on commit 169fe3e

Please sign in to comment.