Skip to content

Commit

Permalink
add unit testing before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleus-ffm authored Jun 6, 2024
1 parent 5cdc6f5 commit 1b3e26c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,16 @@ jobs:

- name: Validate Fastlane Supply Metadata
uses: ashutoshgngwr/validate-fastlane-supply-metadata@v1

run-unit-tests:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: subosito/flutter-action@v2
with:
channel: 'stable'

- run: flutter pub get
- run: flutter test

0 comments on commit 1b3e26c

Please sign in to comment.