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): reuse instructions to tidy up pipelines #3975

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

p-fernandez
Copy link
Contributor

What change does this PR introduce?

Tidy up the CI pipelines.

Why was this change needed?

Other information (Screenshots)

@p-fernandez p-fernandez self-assigned this Aug 15, 2023
@github-actions github-actions bot added the CI/CD label Aug 15, 2023
@p-fernandez p-fernandez force-pushed the feat-ci-tidy-up-pipelines-reusable-instructions branch from d1ef839 to 42ab62a Compare August 15, 2023 14:22
@p-fernandez p-fernandez force-pushed the feat-ci-tidy-up-pipelines-reusable-instructions branch from 42ab62a to 69dc5ae Compare August 15, 2023 14:42
@@ -60,3 +60,7 @@ runs:
- name: 🛟 Install dependencies
shell: bash
run: pnpm install --frozen-lockfile

- name: Install wait-on plugin
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setup-project action is being used by all the workflows. Makes sense to install the dependency here and forget. Even if wait-on is not used in all the workflows the installation of it should be quick and is available as part of the tooling for the workflows.

Copy link
Contributor

@scopsy scopsy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bravo 👌

@p-fernandez p-fernandez added this pull request to the merge queue Aug 16, 2023
Merged via the queue into next with commit b736304 Aug 16, 2023
17 checks passed
@p-fernandez p-fernandez deleted the feat-ci-tidy-up-pipelines-reusable-instructions branch August 16, 2023 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants