Skip to content
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

Why does v1 not compute the dev env anymore? #189

Open
davdroman opened this issue Sep 17, 2023 · 1 comment
Open

Why does v1 not compute the dev env anymore? #189

davdroman opened this issue Sep 17, 2023 · 1 comment

Comments

@davdroman
Copy link

davdroman commented Sep 17, 2023

I was surprised that this is the case, as I found it quite congruent in the past for this CI action to figure out deps and install them (e.g. from tea.yml). Now everything must be made explicit via the + param, which introduces a duplication of dependency declarations if the repo already has a tea.yml for local development. Are there plans to reintroduce this functionality, or maybe implement a param like dev: true to essentially make it opt-in?

@mxcl
Copy link
Member

mxcl commented Sep 17, 2023

There will be a separate action to do this. For now use v0 or:

- run: |
    eval "$(tea --shellcode)"
    dev
    # now do stuff since the integration is temporary

Potentially there won’t be a separate action, but I needed to get v1 out and it would be a breaking change to remove dev after v1 while it is a minor point release to add new functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants