Skip to content

chore: ♻️updating app screenshots #103

chore: ♻️updating app screenshots

chore: ♻️updating app screenshots #103

Workflow file for this run

name: Flutter Testing
on:
pull_request:
branches:
- main
- dev
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- name: Install dependencies
run: flutter pub get
- name: Analyze project source
run: dart analyze
- name: Run tests
run: flutter test