Update .forgejo/workflows/measure-power-test.yaml

This commit is contained in:
manuel.ganter 2025-12-01 13:18:49 +00:00
parent 5e5b7a3d1b
commit d81319c1f5

View file

@ -12,7 +12,7 @@ jobs:
run: git clone https://edp.buildth.ing/DevFW-CICD/fibonacci_pipeline.git fibo
- name: Start Measurement
uses: green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below)
uses: https://github.com/green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below)
with:
task: start-measurement
# continue-on-error: true # recommended setting for production. See notes below.
@ -23,7 +23,7 @@ jobs:
sleep 10
- name: Tests measurement
uses: green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below)
uses: https://github.com/green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below)
with:
task: get-measurement
label: 'sleep'
@ -35,7 +35,7 @@ jobs:
cd fibo && go build .
- name: Tests measurement
uses: green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below)
uses: https://github.com/green-coding-solutions/eco-ci-energy-estimation@v5 # use hash or @vX here (See note below)
with:
task: get-measurement
label: 'build'