Skip to content

chore: ⬆️ Upgrade dependencies (lidart, AWC, ae framework) to… #627

chore: ⬆️ Upgrade dependencies (lidart, AWC, ae framework) to…

chore: ⬆️ Upgrade dependencies (lidart, AWC, ae framework) to… #627

Workflow file for this run

name: Flutter Test
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.24.4"
- name: Install dependencies
run: flutter pub get
- name: Run tests
run: flutter test