Skip to content

Commit

Permalink
dont use test-directory input, use relative path in test-command instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm authored Oct 6, 2023
1 parent ca2a78a commit d300f1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/examples-application-testing-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
with:
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS'
gmt-directory: './green-metrics-tool'
tests-directory: './examples-directory/test'
tests-command: 'pytest smoke_test.py -k "test_all_directories"'
tests-command: 'pytest ../../example-applications/smoke_test.py -k "test_all_directories"'
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Energy Estimation - Get Measurement
Expand Down

0 comments on commit d300f1c

Please sign in to comment.