Skip to content

Commit a529dad

Browse files
authored
fix test-command path
1 parent d300f1c commit a529dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +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-command: 'pytest ../../example-applications/smoke_test.py -k "test_all_directories"'
74+
tests-command: 'pytest ../../examples-directory/test/smoke_test.py -k "test_all_directories"'
7575
github-token: ${{ secrets.GITHUB_TOKEN }}
7676

7777
- name: Energy Estimation - Get Measurement

0 commit comments

Comments
 (0)