Skip to content

Commit

Permalink
add workflow step to run auth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sharjeelyunus committed Jan 23, 2025
1 parent c6953bd commit 0880594
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:

# - name: Run Unit Tests / Widget Tests
# run: melos exec -- "flutter test"

- name: Run Auth Tests
run: |
cd modules/auth
flutter test

0 comments on commit 0880594

Please sign in to comment.