Skip to content

Commit

Permalink
Add Supadart integration and generate classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvergara committed Jun 22, 2024
1 parent f33b86d commit 0c5c5d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ jobs:
run: dart pub get
working-directory: ./test

- name: Install Supadart
run: dart pub global activate supadart
working-directory: ./test

# Generate Classes via Supadart
- name: Generate Classes
run: dart run supadart -u $SUPABASE_URL -k $SUPABASE_ANON_KEY
working-directory: ./test

- name: Run tests
run: dart run test
working-directory: ./test

0 comments on commit 0c5c5d4

Please sign in to comment.