mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #87] [MERGED] [core] Add Test Setup for Flutter #89
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/87
Author: @ricoberger
Created: 11/30/2023
Status: ✅ Merged
Merged: 11/30/2023
Merged by: @ricoberger
Base:
main← Head:core-add-test-setup-for-flutter📝 Commits (1)
c69bfa3[core] Add Test Setup for Flutter📊 Changes
6 files changed (+81 additions, -143 deletions)
View changed files
➕
.github/workflows/continuous-integration.yaml(+36 -0)📝
.gitignore(+2 -5)➖
.vscode/settings.json(+0 -17)📝
CONTRIBUTING.md(+15 -121)📝
app/.gitignore(+1 -0)➕
app/test/widgets/item/preview/utils/item_title_test.dart(+27 -0)📄 Description
This commit adds a new "Continuous Integration" GitHub Action, which is used to run the tests for the Flutter app (and later also for Deno). This commit also adds a first test, so that the GitHub Action does not fail.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.