Skip to content

ci: version bump to 0.2.5 #10

ci: version bump to 0.2.5

ci: version bump to 0.2.5 #10

Workflow file for this run

name: Automated tests
on:
push:
branches:
- main
jobs:
test:
name: Runs all tests on main
runs-on: ubuntu-latest
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