Skip to content

Merge pull request #197 from tyler-jewell/stable #1

Merge pull request #197 from tyler-jewell/stable

Merge pull request #197 from tyler-jewell/stable #1

Workflow file for this run

name: Test Example App
on:
push:
jobs:
test:
runs-on: ubuntu-latest
concurrency:
group: 'test-example-app'
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
- run: dart pub global activate melos
- run: cd example && melos all