-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Scenario: Pushing a code to a Pull Request
Given I have a working code
And I have a Pull Request (PR)
When I push code to the branch connected to the PR
Then the build pipeline should automatically run
Scenario: Merging a Pull Request to Master
Given I have a working code
And I have a Pull Request (PR) that is ready to be merged
When I click merge
Then the build pipeline should automatically run
1. Should run test
2. Should build distribution
3. Should collect distribution artifacts
Metadata
Metadata
Assignees
Labels
No labels