You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should refactor the pass-ui and pass-acceptance-test github workflow/actions to reuse the github actions in the main repository. There are github actions for setting the version and building using yarn and pnpm in main/.github/actions. We should refactor the github workflow/actions in pass-ui and pass-acceptance-test to use these actions instead.
Why?
So we don't have duplicate github workflow/actions for setting versions and building.
How?
Look at the Java modules on how they are reusing the release workflows from main.
Acceptance Criteria
The pass-ui and pass-acceptance-test repos are using the main github actions for setting versions and building.
The text was updated successfully, but these errors were encountered:
What?
We should refactor the pass-ui and pass-acceptance-test github workflow/actions to reuse the github actions in the main repository. There are github actions for setting the version and building using yarn and pnpm in main/.github/actions. We should refactor the github workflow/actions in pass-ui and pass-acceptance-test to use these actions instead.
Why?
So we don't have duplicate github workflow/actions for setting versions and building.
How?
Look at the Java modules on how they are reusing the release workflows from main.
Acceptance Criteria
The pass-ui and pass-acceptance-test repos are using the main github actions for setting versions and building.
The text was updated successfully, but these errors were encountered: