Skip to content

Commit

Permalink
Removed unused comments; Eco-CI v3 was updated. Trying new run
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneTR committed May 13, 2024
1 parent 86b2c84 commit a63afa5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/checkout@v3
- name: Measure Checkout
uses: green-coding-solutions/eco-ci-energy-estimation@v3 # use hash or @vX here (See note below)
uses: green-coding-solutions/eco-ci-energy-estimation@v3
with:
task: get-measurement
label: 'checkout repository'
Expand All @@ -26,14 +26,14 @@ jobs:
with:
node-version: 16
- name: Measure setup node
uses: green-coding-solutions/eco-ci-energy-estimation@v3 # use hash or @vX here (See note below)
uses: green-coding-solutions/eco-ci-energy-estimation@v3
with:
task: get-measurement
label: 'setup node'
continue-on-error: true
- run: yarn install
- name: Measure yarn Install
uses: green-coding-solutions/eco-ci-energy-estimation@v3 # use hash or @vX here (See note below)
uses: green-coding-solutions/eco-ci-energy-estimation@v3
with:
task: get-measurement
label: 'yarn install'
Expand All @@ -42,7 +42,7 @@ jobs:
with:
cmd: ci
- name: Measure yarn CI
uses: green-coding-solutions/eco-ci-energy-estimation@v3 # use hash or @vX here (See note below)
uses: green-coding-solutions/eco-ci-energy-estimation@v3
with:
task: get-measurement
label: 'yarn ci'
Expand Down

0 comments on commit a63afa5

Please sign in to comment.