Skip to content

Merge pull request #7 from Malte2036/upgrade_example #85

Merge pull request #7 from Malte2036/upgrade_example

Merge pull request #7 from Malte2036/upgrade_example #85

Workflow file for this run

name: Flutter_Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- run: flutter --version
- run: flutter pub get
- run: flutter analyze
- run: flutter test