Skip to content

chore(deps): bump google_maps_flutter from 2.9.0 to 2.10.0 #66

chore(deps): bump google_maps_flutter from 2.9.0 to 2.10.0

chore(deps): bump google_maps_flutter from 2.9.0 to 2.10.0 #66

Workflow file for this run

name: CI
on:
pull_request:
branches: ["master", "develop"]
jobs:
flutter_test:
name: Run flutter analyze and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v2
with:
java-version: "17"
distribution: "adopt"
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- name: Install dependencies
run: flutter pub get
- name: Analyze project source
run: flutter analyze
- name: Run tests
run: flutter test