From ca2a78a6dcc0e7b36267e29e7cc7c1abbd209707 Mon Sep 17 00:00:00 2001 From: dan-mm <33732895+dan-mm@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:14:22 +0200 Subject: [PATCH] testing action fix - use correct action reference --- .github/workflows/examples-application-testing-vm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples-application-testing-vm.yml b/.github/workflows/examples-application-testing-vm.yml index 560222b4..daaf227e 100644 --- a/.github/workflows/examples-application-testing-vm.yml +++ b/.github/workflows/examples-application-testing-vm.yml @@ -67,7 +67,7 @@ jobs: label: setup - name: 'Setup, Run, and Teardown Tests' - uses: green-coding-berlin/green-metrics-tool/.github/actions/gmt-pytest@main + uses: green-coding-berlin/green-metrics-tool/.github/actions/gmt-pytest@examples-directory-fix with: metrics-to-turn-off: '--categories RAPL Machine Sensors Debug CGroupV2 MacOS' gmt-directory: './green-metrics-tool'