Skip to content

Commit 1660df9

Browse files
committed
Removed superflous commands
1 parent 3b0ee85 commit 1660df9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
- name: 'Setup, Run, and Teardown Tests'
6060
uses: green-coding-solutions/green-metrics-tool/.github/actions/gmt-pytest@main
6161
with:
62-
metrics-to-turn-off: '--categories Machine Sensors Debug MacOS GPU'
6362
gmt-directory: './green-metrics-tool'
6463
tests-directory: './examples-directory/test'
6564
tests-command: 'pytest smoke_test.py -k "test_all_directories"'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393
- name: 'Setup, Run, and Teardown Tests'
9494
uses: green-coding-solutions/green-metrics-tool/.github/actions/gmt-pytest@main
9595
with:
96-
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS GPU'
9796
gmt-directory: './green-metrics-tool'
9897
tests-command: 'pytest ../../examples-directory/test/smoke_test.py -k "test_all_directories"'
9998
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)