Skip to content

Commit

Permalink
ci: run mobile tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Motii1 committed Aug 8, 2022
1 parent 938b7e6 commit 6af46e6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/mobile-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: mobile tests

defaults:
run:
working-directory: mobile/CampaignKeeper_mobile

on:
push:
branches:
- master
- production
pull_request:
types: [opened, synchronize, reopened]

jobs:
mobile_tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '2.10.3'
- run: flutter pub get
- run: flutter test

0 comments on commit 6af46e6

Please sign in to comment.