Skip to content

Commit d300f1c

Browse files
authored
dont use test-directory input, use relative path in test-command instead
1 parent ca2a78a commit d300f1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
with:
7272
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS'
7373
gmt-directory: './green-metrics-tool'
74-
tests-directory: './examples-directory/test'
75-
tests-command: 'pytest smoke_test.py -k "test_all_directories"'
74+
tests-command: 'pytest ../../example-applications/smoke_test.py -k "test_all_directories"'
7675
github-token: ${{ secrets.GITHUB_TOKEN }}
7776

7877
- name: Energy Estimation - Get Measurement

0 commit comments

Comments
 (0)