Skip to content

Commit

Permalink
[ADD] -u root for run_pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
qtiplb authored Nov 7, 2024
1 parent d20a238 commit bf99249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- run:
name: Run Test
command: docker-compose run --rm odoo run_pytest.sh
command: docker-compose run --rm -u root odoo run_pytest.sh

- run:
name: Codacy Coverage
Expand Down

0 comments on commit bf99249

Please sign in to comment.