openclimatefix / quartz-frontend

Front End repo for the Nowcasting project.
https://openclimatefix.org/projects/nowcasting/
MIT License
100 stars 17 forks source link

Run tests in CI #462

Closed peterdudfield closed 5 months ago

peterdudfield commented 5 months ago

Now that we have some tests, should we run these in the CI.

Context

We have some unit tests of some functions. We can use yarn test to try this.

Possible Implementation

  1. Add a seperate CI run,
  2. or we can put it into the vercel actions

I think I prefer 1. as we can then add more tests, and it doesnt slow down the build