Skip to content

Merge pull request #225 from lukengda/fix/override-button-style #132

Merge pull request #225 from lukengda/fix/override-button-style

Merge pull request #225 from lukengda/fix/override-button-style #132

Workflow file for this run

name: Tests
on: [push,pull_request]
jobs:
tests:
timeout-minutes: 40
runs-on: macos-latest
steps:
# The branch or tag ref that triggered the workflow will be checked out.
# https://github.com/actions/checkout
- uses: actions/checkout@v3
# Setup a flutter environment.
# https://github.com/marketplace/actions/flutter-action
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: dart --version
- run: flutter --version
- run: flutter analyze
- run: flutter test