Skip to content

Commit

Permalink
Adding verbosity to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed Dec 26, 2024
1 parent ff53e9a commit 6416470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
gmt-directory: './green-metrics-tool'
tests-directory: './examples-directory/test'
tests-command: 'pytest smoke_test.py -k "test_all_directories"'
tests-command: 'pytest smoke_test.py -vv -k "test_all_directories"'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Energy Estimation - Get Measurement
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-application-testing-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: ./green-metrics-tool/.github/actions/gmt-pytest
with:
gmt-directory: './green-metrics-tool'
tests-command: 'pytest ../../examples-directory/test/smoke_test.py -k "test_all_directories"'
tests-command: 'pytest ../../examples-directory/test/smoke_test.py -vv -k "test_all_directories"'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Energy Estimation - Get Measurement
Expand Down

0 comments on commit 6416470

Please sign in to comment.