Skip to content

Commit

Permalink
chore(ci): Run the tests
Browse files Browse the repository at this point in the history
Not sure how/when we stopping running the tests in the CI.
  • Loading branch information
vHanda committed Aug 22, 2024
1 parent a17a4bb commit 6e4cda2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
run: flutter doctor
- name: Get Flutter Deps
run: flutter pub get --suppress-analytics
- name: Test
run: flutter test
- name: Build
run: ./scripts/build_android.sh
- name: "Upload Artifact"
Expand Down

0 comments on commit 6e4cda2

Please sign in to comment.