Skip to content

ci: version bump to 0.5.3 #23

ci: version bump to 0.5.3

ci: version bump to 0.5.3 #23

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