Skip to content

Commit

Permalink
chore: fix workflow job names, fix title in example page (#20)
Browse files Browse the repository at this point in the history
* fix workflow job names

* fix title name
  • Loading branch information
josxha authored Feb 6, 2024
1 parent 3b722fd commit 07f4294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-commit-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
test:
runs-on: ubuntu-latest
name: Build Android
name: Test
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
test:
runs-on: ubuntu-latest
name: Build Android
name: Test
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion example/lib/flutter_map_cache/page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class _FlutterMapCachePageState extends State<FlutterMapCachePage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('FlutterMap Cache'),
title: const Text('flutter_map_cache'),
actions: const [ConnectivityIcon()],
),
body: Column(
Expand Down

0 comments on commit 07f4294

Please sign in to comment.