Skip to content

Commit 8a522fb

Browse files
authored
- turn on NetworkConnectionsProxyContainerProvider; corrected tests directory
1 parent e67a25d commit 8a522fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
- name: 'Setup, Run, and Teardown Tests'
6969
uses: green-coding-berlin/green-metrics-tool/.github/actions/gmt-pytest@main
7070
with:
71-
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS --providers NetworkConnectionsProxyContainerProvider CpuFrequencySysfsCoreProvider'
71+
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS'
7272
gmt-directory: './green-metrics-tool'
73-
tests-directory: './examples-directory/test'
73+
tests-directory: './examples-directory/tests'
7474
tests-command: 'pytest smoke_test.py -k "test_all_directories"'
7575
github-token: ${{ secrets.GITHUB_TOKEN }}
7676

0 commit comments

Comments
 (0)