Skip to content

Commit

Permalink
test project config in summary test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Dec 29, 2024
1 parent 2b6f89a commit 7eecb97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ fi
yq -i '.client.env_var.set.GOOGLE_MAPS_API_KEY.default = null' $PROJECT_CONF
# remove empty line at end of project.yaml
printf %s "$(cat $PROJECT_CONF)" >$PROJECT_CONF
# test project.yaml types
cue vet ./cue/project_conf.cue $PROJECT_CONF

0 comments on commit 7eecb97

Please sign in to comment.