Skip to content

CI/CD Integration: Run Tests on Every PR Using GitHub Actions #875

@andoriyaprashant

Description

@andoriyaprashant

Description:

Currently, the Every Door project lacks automated test execution, making it harder to catch issues early. To improve reliability, we need to integrate GitHub Actions to automatically run tests on every pull request (PR) and push to the main branch.

Goals:

  • Set up a GitHub Actions workflow to run Flutter tests on every PR.
  • Ensure that tests pass before merging changes.
  • Cache dependencies for faster test execution.

Expected Outcome:

  • Automated test execution on GitHub Actions.
  • Developers can verify test results in the "Actions" tab.
  • Only PRs with passing tests will be merged, improving stability.

References:

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