Skip to content

Commit 20252fe

Browse files
authored
turn off upterm; revert test directory to correct one; reference to gmt branch with upterm
1 parent edcacd9 commit 20252fe

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,20 @@ jobs:
5858
repository: green-coding-berlin/green-metrics-tool
5959
submodules: 'true'
6060
path: green-metrics-tool
61+
ref: test-examples-directory-workflow
6162

6263
- name: Energy Estimation - Get Measurement
6364
uses: green-coding-berlin/eco-ci-energy-estimation@main
6465
with:
6566
task: get-measurement
6667
label: setup
67-
68-
- name: Setup upterm session
69-
uses: lhotari/action-upterm@v1
7068

7169
- 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
7371
with:
7472
metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS'
7573
gmt-directory: './green-metrics-tool'
76-
tests-directory: './examples-directory/tests'
74+
tests-directory: './examples-directory/test'
7775
tests-command: 'pytest smoke_test.py -k "test_all_directories"'
7876
github-token: ${{ secrets.GITHUB_TOKEN }}
7977

0 commit comments

Comments
 (0)