Skip to content

fix: update dependency code and gradle/kotlin version #79

fix: update dependency code and gradle/kotlin version

fix: update dependency code and gradle/kotlin version #79

Workflow file for this run

# https://arthurdenner.medium.com/run-checks-for-flutter-projects-with-github-actions-ba7fa9b357e1
name: Flutter Tests
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Install and set Flutter version
uses: subosito/[email protected]
with:
flutter-version: "2.10.2"
- name: Restore packages
run: flutter pub get
- name: Run tests
run: flutter test