Skip to content

Feature: Build Action#52

Merged
TomerPacific merged 1 commit intomasterfrom
feature/build-action
May 16, 2025
Merged

Feature: Build Action#52
TomerPacific merged 1 commit intomasterfrom
feature/build-action

Conversation

@TomerPacific
Copy link
Copy Markdown
Owner

Resolves #51

This pull request introduces a new GitHub Actions workflow to automate the Flutter build and testing process. The workflow is triggered on pull requests and ensures code quality by running analysis and tests.

New GitHub Actions workflow:

  • [.github/workflows/flutter_build.yml](diffhunk://#diff-
    Added a Flutter Build workflow that runs on pull requests. It includes steps to set up Java, Flutter, and Dart environments, fetch dependencies, perform static analysis with flutter analyze, and run tests with flutter test.

@TomerPacific TomerPacific requested a review from Copilot May 16, 2025 19:55
@TomerPacific TomerPacific self-assigned this May 16, 2025
@TomerPacific TomerPacific added the enhancement New feature or request label May 16, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new GitHub Actions workflow to automate the Flutter build and testing process for pull requests.

  • Adds a workflow file that sets up Java, Flutter, and Dart environments
  • Runs dependency fetching, static analysis, and tests on pull requests

@TomerPacific TomerPacific merged commit bed700b into master May 16, 2025
1 check passed
@TomerPacific TomerPacific deleted the feature/build-action branch May 16, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add build action

2 participants