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

Avoid duplicated steps in the GitHub Actions #133

Closed
1 of 3 tasks
Tracked by #130
christophe-f opened this issue Mar 17, 2023 · 0 comments
Closed
1 of 3 tasks
Tracked by #130

Avoid duplicated steps in the GitHub Actions #133

christophe-f opened this issue Mar 17, 2023 · 0 comments

Comments

@christophe-f
Copy link
Contributor

christophe-f commented Mar 17, 2023

What do you want to improve?

Run steps only once

What is the current behavior?

We are running the same steps several times.

What is the new behavior?

Run same steps only once. For example we are having yarn install twice. In the CI GH Action and the Dockerfile.
We also build the image twice. In the CI GH Action and the docker-build.yaml action.

Building the docker image should be only from the main branch

We could also only run the CI (

We might have more duplications

⚠️ Is this a breaking change?

Put an x in the boxes that apply

  • Yes
  • No
  • Don't know
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants