Skip to content

Github Actions: Establish build pipeline #14

@jezztify

Description

@jezztify
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions