datacite / akita

DataCite Commons
https://commons.datacite.org
MIT License
6 stars 3 forks source link

CI Tests should be run against fully built application #288

Closed jrhoads closed 5 months ago

jrhoads commented 11 months ago

Recently we had a javascript error that only presented once the application was fully built. Running the application in dev mode does not produce the error.

Currently our CI tests all run against the development server yarn dev and thus missed the error.

I propose we modify the CI scripts to build and test against the fully built version of the application.

jrhoads commented 5 months ago

Closed with https://github.com/datacite/akita/pull/342