Skip to content

Commit

Permalink
Update Supadart command to include -d flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvergara committed Jun 22, 2024
1 parent a323b53 commit 6585be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

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

- name: Run tests
Expand Down

0 comments on commit 6585be9

Please sign in to comment.