diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index f24738cd..56a54cec 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,15 +12,22 @@ on: jobs: build: - runs-on: ubuntu-latest - strategy: matrix: node-version: [16.x] - steps: - - uses: actions/checkout@v2 + - name: Initialize Energy Estimation + uses: green-coding-berlin/eco-ci-energy-estimation@v1 + with: + task: start-measurement + - name: "Checkout repository" + uses: actions/checkout@v3 + - name: Checkout Repo Measurement + uses: green-coding-berlin/eco-ci-energy-estimation@v1 + with: + task: get-measurement + label: 'repository checkout' - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -29,3 +36,12 @@ jobs: run: npm ci - name: Npm build run: npm run build --if-present + - name: Checkout Repo Measurement + uses: green-coding-berlin/eco-ci-energy-estimation@v1 + with: + task: get-measurement + label: 'Npm activities' + - name: Show Energy Results + uses: green-coding-berlin/eco-ci-energy-estimation@v1 + with: + task: display-results