purescript / registry-dev

Development work related to the PureScript Registry
https://github.com/purescript/registry
95 stars 80 forks source link

Read .env.example in pipeline tests and update lockfile #658

Closed thomashoneyman closed 11 months ago

thomashoneyman commented 12 months ago

The main branch right now is a little bit inconsistent in that a) the lockfile has gone out of date and b) running tests locally will fail with a missing HEALTHCHECKS_URL env var for the pipeline, since this isn't set in your shell (normally!) and we never read the env files. This PR fixes those two issues.