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

feat(ci): run other tests before e2e #1627

Open
c-ehrlich opened this issue Oct 25, 2023 · 3 comments
Open

feat(ci): run other tests before e2e #1627

c-ehrlich opened this issue Oct 25, 2023 · 3 comments
Labels
🌟 enhancement New feature or request

Comments

@c-ehrlich
Copy link
Member

Is your feature request related to a problem? Please describe.

we have a fairly large matrix of example apps that get tested in CI now. this takes a while. it would be nice if other jobs (changeset, label, prettier, etc) could run before, as that way you would get feedback about missing changeset etc without having to wait for the e2e matrix to finish

Describe the solution you'd like to see

Describe alternate solutions

Additional information

No response

@c-ehrlich c-ehrlich added the 🌟 enhancement New feature or request label Oct 25, 2023
@Jacksonmills
Copy link
Contributor

If you could point me in a direction I could maybe pick this one up. I was looking around and couldn't seem to find where this is defined.

Cheers

@juliusmarminge
Copy link
Member

Is there a way to make stuff depend on other tasks from different workflow files?

@Jacksonmills
Copy link
Contributor

Is there a way to make stuff depend on other tasks from different workflow files?

https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow#defining-prerequisite-jobs

looks promising

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants