Skip to content

chore: enable caching for flutter-action in workflow#108

Merged
OutdatedGuy merged 1 commit intomainfrom
workflow
Dec 8, 2025
Merged

chore: enable caching for flutter-action in workflow#108
OutdatedGuy merged 1 commit intomainfrom
workflow

Conversation

@OutdatedGuy
Copy link
Copy Markdown
Owner

No description provided.

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 enables caching for the Flutter SDK in GitHub Actions workflows to improve CI/CD performance. By adding cache: true to the flutter-action configuration, subsequent workflow runs will benefit from cached Flutter SDK installations, reducing setup time and workflow execution duration.

Key Changes:

  • Enabled Flutter SDK caching across all workflow jobs

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/unit_tests.yml Added cache: true to the flutter-action configuration in the unit test job
.github/workflows/code_quality.yml Added cache: true to the flutter-action configuration in both the lint and analyze jobs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@OutdatedGuy OutdatedGuy merged commit fcc9b8e into main Dec 8, 2025
9 checks passed
@OutdatedGuy OutdatedGuy deleted the workflow branch December 8, 2025 01:32
@OutdatedGuy OutdatedGuy mentioned this pull request Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants