massdriver-cloud / massdriver-cli

Deprecated. See https://github.com/massdriver-cloud/mass
https://massdriver.cloud
Apache License 2.0
3 stars 2 forks source link

fix: test for the case of missing params file #135

Closed WillBeebe closed 1 year ago

WillBeebe commented 1 year ago

Small fix for if the params file isn't present, this fails. It creates an empty file, then tries to unmarshal a blank string into JSON. To reproduce mass app new ; mass app build

Here's how it fails in our CI pipelines: https://github.com/massdriver-cloud/gcp-memorystore-redis/actions/runs/3148677430/jobs/5119469261