We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2a78a commit d300f1cCopy full SHA for d300f1c
.github/workflows/examples-application-testing-vm.yml
@@ -71,8 +71,7 @@ jobs:
71
with:
72
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS'
73
gmt-directory: './green-metrics-tool'
74
- tests-directory: './examples-directory/test'
75
- tests-command: 'pytest smoke_test.py -k "test_all_directories"'
+ tests-command: 'pytest ../../example-applications/smoke_test.py -k "test_all_directories"'
76
github-token: ${{ secrets.GITHUB_TOKEN }}
77
78
- name: Energy Estimation - Get Measurement
0 commit comments