Skip to content

chore(ci): add workflow for testing ionicons dev build #28345

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

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

liamdebeasi
Copy link
Contributor

@liamdebeasi liamdebeasi commented Oct 12, 2023

Issue number: N/A


What is the current behavior?

Testing Ionicons in Ionic is currently difficult. Developers need to a) create a dev build of Ionicons, b) create a branch in Ionic, c) install the dev build in Ionic core, d) push the branch, and e) create a draft PR to watch the CI process run.

What is the new behavior?

  • Introduces a workflow dispatch option for our CI process. This allows developers to run the CI process for any branch without creating PR.
  • I also added an optional input so devs can specify the ionicons version if they want to pass a special version.

Does this introduce a breaking change?

  • Yes
  • No

Other information

@sean-perkins sean-perkins changed the title chore(ci): add workflow for testing ionicons devc build chore(ci): add workflow for testing ionicons dev build Oct 12, 2023
@liamdebeasi liamdebeasi marked this pull request as ready for review October 12, 2023 17:53
@liamdebeasi liamdebeasi requested review from a team and brandyscarney and removed request for a team October 12, 2023 19:38
@liamdebeasi liamdebeasi added this pull request to the merge queue Oct 17, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 17, 2023
@liamdebeasi liamdebeasi added this pull request to the merge queue Oct 17, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 17, 2023
@liamdebeasi liamdebeasi added this pull request to the merge queue Oct 17, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 17, 2023
@liamdebeasi liamdebeasi added this pull request to the merge queue Oct 17, 2023
Merged via the queue into main with commit 3a3ebcf Oct 17, 2023
@liamdebeasi liamdebeasi deleted the ionicons-dispatch branch October 17, 2023 18:25
sean-perkins pushed a commit that referenced this pull request Oct 27, 2023
Issue number: N/A

---------

<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->

<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying. -->

Testing Ionicons in Ionic is currently difficult. Developers need to a)
create a dev build of Ionicons, b) create a branch in Ionic, c) install
the dev build in Ionic core, d) push the branch, and e) create a draft
PR to watch the CI process run.

## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->

- Introduces a workflow dispatch option for our CI process. This allows
developers to run the CI process for any branch without creating PR.
- I also added an optional input so devs can specify the ionicons
version if they want to pass a special version.

## Does this introduce a breaking change?

- [ ] Yes
- [x] No

<!-- If this introduces a breaking change, please describe the impact
and migration path for existing applications below. -->


## Other information

<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->
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.

2 participants