Skip to content

Commit

Permalink
[TMP] verbose for debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
celm1990 committed Nov 19, 2023
1 parent 1dcb88b commit b94292b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
- run: git config --global user.email CI@GITHUB
# Run all tests, which includes linters
# Non concurrent first (in parallel)
- run: poetry run invoke test
- run: poetry run invoke test --verbose
env:
SELECTED_ODOO_VERSIONS: ${{ matrix.odoo-version }}
# Concurrent tests (isolated)
- run: poetry run invoke test --sequential
- run: poetry run invoke test --sequential --verbose
env:
SELECTED_ODOO_VERSIONS: ${{ matrix.odoo-version }}

0 comments on commit b94292b

Please sign in to comment.