mirror of https://github.com/coqui-ai/TTS.git
Send data
This commit is contained in:
parent
15d31c6bc9
commit
eadba23910
|
@ -14,7 +14,6 @@ jobs:
|
||||||
uses: green-coding-berlin/eco-ci-energy-estimation@v2 # use hash or @vX here (See note below)
|
uses: green-coding-berlin/eco-ci-energy-estimation@v2 # use hash or @vX here (See note below)
|
||||||
with:
|
with:
|
||||||
task: start-measurement
|
task: start-measurement
|
||||||
send-data: false
|
|
||||||
|
|
||||||
- name: 'Checkout repository'
|
- name: 'Checkout repository'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
@ -59,7 +58,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
task: get-measurement
|
task: get-measurement
|
||||||
label: 'setup'
|
label: 'setup'
|
||||||
send-data: false
|
|
||||||
|
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: make data_tests
|
run: make data_tests
|
||||||
|
@ -69,11 +67,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
task: get-measurement
|
task: get-measurement
|
||||||
label: 'unit tests'
|
label: 'unit tests'
|
||||||
send-data: false
|
|
||||||
|
|
||||||
- name: Show Energy Results
|
- name: Show Energy Results
|
||||||
uses: green-coding-berlin/eco-ci-energy-estimation@v2 # use hash or @vX here (See note below)
|
uses: green-coding-berlin/eco-ci-energy-estimation@v2 # use hash or @vX here (See note below)
|
||||||
with:
|
with:
|
||||||
task: display-results
|
task: display-results
|
||||||
send-data: false
|
|
||||||
pr-comment: true
|
pr-comment: true
|
||||||
|
|
Loading…
Reference in New Issue