Skip to content

flutter_supabase_macro_0.0.2 #12

flutter_supabase_macro_0.0.2

flutter_supabase_macro_0.0.2 #12

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Main CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-flutter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2.16.0
with:
channel: 'beta'
- name: Install dependencies
run: flutter pub get
- name: Analyze project source
run: flutter analyze
- name: Run tests
run: flutter test --enable-experiment=macros