File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -58,22 +58,20 @@ jobs:
58
58
repository : green-coding-berlin/green-metrics-tool
59
59
submodules : ' true'
60
60
path : green-metrics-tool
61
+ ref : test-examples-directory-workflow
61
62
62
63
- name : Energy Estimation - Get Measurement
63
64
uses : green-coding-berlin/eco-ci-energy-estimation@main
64
65
with :
65
66
task : get-measurement
66
67
label : setup
67
-
68
- - name : Setup upterm session
69
- uses : lhotari/action-upterm@v1
70
68
71
69
- name : ' Setup, Run, and Teardown Tests'
72
- uses : green-coding-berlin/green-metrics-tool/.github/actions/gmt-pytest@main
70
+ uses : green-coding-berlin/green-metrics-tool/.github/actions/gmt-pytest@test-examples-directory-workflow
73
71
with :
74
72
metrics-to-turn-off : ' --categories RAPL Machine Sensors Debug CGroupV2 MacOS'
75
73
gmt-directory : ' ./green-metrics-tool'
76
- tests-directory : ' ./examples-directory/tests '
74
+ tests-directory : ' ./examples-directory/test '
77
75
tests-command : ' pytest smoke_test.py -k "test_all_directories"'
78
76
github-token : ${{ secrets.GITHUB_TOKEN }}
79
77
You can’t perform that action at this time.
0 commit comments