Skip to content

issue-237 add energy use and cost calculation on facility page #160

issue-237 add energy use and cost calculation on facility page

issue-237 add energy use and cost calculation on facility page #160

Workflow file for this run

name: CI Testing On PR into Develop Branch
on:
pull_request:
branches: [ "develop" ]
jobs:
ubuntu-build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run build --if-present
- run: npm run test-ci