diff --git a/.github/workflows/examples-application-testing-bare-metal.yml b/.github/workflows/examples-application-testing-bare-metal.yml index 1ef1a79..672b9a1 100644 --- a/.github/workflows/examples-application-testing-bare-metal.yml +++ b/.github/workflows/examples-application-testing-bare-metal.yml @@ -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 diff --git a/.github/workflows/examples-application-testing-vm.yml b/.github/workflows/examples-application-testing-vm.yml index 2725b04..6c10b26 100644 --- a/.github/workflows/examples-application-testing-vm.yml +++ b/.github/workflows/examples-application-testing-vm.yml @@ -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