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

chore(repo): update ci workflow post-stencil v4 #317

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

rwaskiewicz
Copy link
Member

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run build) was run locally and any changes were pushed
  • Tests (npm test) were run locally and passed
  • Prettier (npm run prettier) was run locally and passed

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe): CI

What is the current behavior?

We had certain configs added to the repo's CI for Stencil v4 dev that we no longer need

GitHub Issue Number: N/A

What is the new behavior?

this commit updates the stencil version matrix in the main ci workflow to:

  • no longer use "latest" and "v4-next", now that stencil v4 is out
  • explicitly run with stencil v3, v4

as a result, we should expect four runs of this workflow to run in parallel - one for stencil v2, v3, & v4, as well as one for the version of stencil that is installed in package-lock.json. there is expected to be some overlap between the latest two major versions and "latest" (the latter will point to either v3 or v4, depending on the state of the repo)

Does this introduce a breaking change?

  • Yes
  • No

Testing

CI should continue to pass

Other information

Will have to update gating on CI as a part of this PR

this commit updates the stencil version matrix in the main ci workflow
to:
- no longer use "latest" and "v4-next", now that stencil v4 is out
- explicitly run with stencil v3, v4

as a result, we should expect four runs of this workflow to run in
parallel - one for stencil v2, v3, & v4, as well as  one for the version
of stencil that is installed in package-lock.json. there is expected to
be some overlap between the latest two major versions and "latest" (the
latter will point to either v3 or v4, depending on the state of the
repo)
@rwaskiewicz rwaskiewicz marked this pull request as ready for review June 27, 2023 15:48
@rwaskiewicz rwaskiewicz requested a review from a team as a code owner June 27, 2023 15:48
@rwaskiewicz rwaskiewicz merged commit f65a0fb into main Jun 27, 2023
4 checks passed
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

Successfully merging this pull request may close these issues.

None yet

3 participants