Skip to content

Commit

Permalink
feat(backend): Add Tests for version 17
Browse files Browse the repository at this point in the history
Add Tests for version 17
  • Loading branch information
KostasC22 committed Dec 12, 2023
1 parent 86f4a21 commit 36cbf81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
echo "DB_USER=${DB_USER}" >> $GITHUB_ENV
echo "DB_PASS=${DB_PASS}" >> $GITHUB_ENV
echo "DB_NAME=${DB_NAME}" >> $GITHUB_ENV
- name: test-plugin-odoo17
run: |
docker pull odoo:17
docker run --rm --volume $(pwd):/mnt/extra-addons --entrypoint /usr/bin/odoo odoo:17 -i custom_fields_mapping_free -d odootest17 -p 8001 --db_user=${DB_USER} --db_password=${DB_PASS} --db_host=${DBIP} --test-file=/mnt/extra-addons/custom_fields_mapping_free/tests/test_custom_fields_mapping.py --stop-after-init
- name: test-plugin-odoo16
run: |
docker pull odoo:16
Expand Down

0 comments on commit 36cbf81

Please sign in to comment.