Skip to content

fix: added ci test job #1

fix: added ci test job

fix: added ci test job #1

Workflow file for this run

name: Automated testing
on:
push:
branches:
- main
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter test