Skip to content

Fix delta buckets layout/styling #21

Fix delta buckets layout/styling

Fix delta buckets layout/styling #21

Workflow file for this run

name: Node CI
on: [push]
jobs:
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 }}
- name: install yarn app
run: |
cd apps/nowcasting-app
yarn install
- name: run tests
run: |
cd apps/nowcasting-app
yarn test --coverage --coverageDirectory=../..