Skip to content

Text glitches when the app is returning to foreground (#461) #2309

Text glitches when the app is returning to foreground (#461)

Text glitches when the app is returning to foreground (#461) #2309

Workflow file for this run

name: Test
on:
push:
jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: dart pub global activate melos
- run: melos bootstrap
- run: melos generate_translations
- run: melos analyze
- run: melos format
- run: melos check_translations
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: dart pub global activate melos
- run: melos bootstrap
- run: melos generate_translations
- run: melos test