Skip to content

Commit

Permalink
Merge branch 'lib_version_upgrades' of github.com-wednesday:wednesday…
Browse files Browse the repository at this point in the history
…-solutions/flutter_template into lib_version_upgrades
  • Loading branch information
shounak-mulay committed Apr 9, 2024
2 parents ad02e58 + d08db9d commit a2acdbf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ jobs:
- name: Commit Version Change
run: scripts/commit-version.sh

8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
on:
pull_request_target:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -60,6 +60,8 @@ jobs:
with:
channel: 'stable'
cache: true
cache-key: "flutterCacheV1-:os:-:channel:-:version:-:arch:-:hash:"
pub-cache-key: "flutterPubCacheV1-:os:-:channel:-:version:-:arch:-:hash:"

- name: Setup .env.dev
env:
Expand Down Expand Up @@ -90,6 +92,8 @@ jobs:
with:
channel: 'stable'
cache: true
cache-key: "flutterCacheV1-:os:-:channel:-:version:-:arch:-:hash:"
pub-cache-key: "flutterPubCacheV1-:os:-:channel:-:version:-:arch:-:hash:"

- name: Setup .env.dev
env:
Expand Down Expand Up @@ -142,6 +146,8 @@ jobs:
with:
channel: 'stable'
cache: true
cache-key: "flutterCacheV1-:os:-:channel:-:version:-:arch:-:hash:"
pub-cache-key: "flutterPubCacheV1-:os:-:channel:-:version:-:arch:-:hash:"

- name: Setup .env.dev
env:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ The template also includes a testing setup for
- [`Unit Tests`](test/repository).
- [`Widget Tests`](test/presentation/integration)
- [`Golden Tests`](test/presentation/goldens)
- [`Integration / E2E tests`](integration_test) using [Patrol](https://patrol.leancode.co/)

The test coverage and code quality reporting is done using [`sonarqube`](https://docs.sonarqube.org/latest/).
You can read the documentation about integrating `sonarqube` in you CI workflow [here](https://docs.sonarqube.org/latest/devops-platform-integration/github-integration/#analyzing-projects-with-github-actions).
Expand Down

0 comments on commit a2acdbf

Please sign in to comment.