-
Notifications
You must be signed in to change notification settings - Fork 15
CI fixes #392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
CI fixes #392
Conversation
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"start": "exec next start", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lionello why exec? That's not standard.
# run: | | ||
# eval "$(curl -fsSL s.defang.io/install)" | ||
# cat modified.txt | xargs -n1 defang compose config -C > /dev/null | ||
- name: Validate Compose Files with Defang CLI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lionello not sure we need this: it's currently checked by the deploy_changed_samples
. Though... that one is erroring with:
2025/06/16 17:11:08 Deployer 0: failed to run test crew-django-redis-postgres: failed to load configs for test crew-django-redis-postgres: failed to load project: validating /home/runner/work/samples/samples/samples/crew-django-redis-postgres/compose.yaml: services.embedding Additional property provider is not allowed
So if this one takes into account the new provider property, then maybe we switch it?
Samples Checklist