Skip to content

Commit 6416470

Browse files
committed
Adding verbosity to pytest
1 parent ff53e9a commit 6416470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/examples-application-testing-bare-metal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
gmt-directory: './green-metrics-tool'
6363
tests-directory: './examples-directory/test'
64-
tests-command: 'pytest smoke_test.py -k "test_all_directories"'
64+
tests-command: 'pytest smoke_test.py -vv -k "test_all_directories"'
6565
github-token: ${{ secrets.GITHUB_TOKEN }}
6666

6767
- name: Energy Estimation - Get Measurement

.github/workflows/examples-application-testing-vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: ./green-metrics-tool/.github/actions/gmt-pytest
9494
with:
9595
gmt-directory: './green-metrics-tool'
96-
tests-command: 'pytest ../../examples-directory/test/smoke_test.py -k "test_all_directories"'
96+
tests-command: 'pytest ../../examples-directory/test/smoke_test.py -vv -k "test_all_directories"'
9797
github-token: ${{ secrets.GITHUB_TOKEN }}
9898

9999
- name: Energy Estimation - Get Measurement

0 commit comments

Comments
 (0)