Skip to content

Commit

Permalink
ci: add flutter setup task
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyamahunt committed Mar 10, 2022
1 parent 70522ea commit d5aeda3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
ci:
name: Run Tests
runs-on: macos-latest
runs-on: ubuntu-latest
outputs:
release: ${{ steps.check_version_bump.outputs.release_type != '' }}

Expand All @@ -38,12 +38,15 @@ jobs:
bundle config deployment true
bundle install
- name: Test example app
run: bundle exec rake demo

- name: Run tests
run: bundle exec rake specs

- name: Setup Flutter
uses: subosito/flutter-action@v2.3.0

- name: Test example app
run: bundle exec rake demo

- name: Check version bump
id: check_version_bump
uses: mathieudutour/github-tag-action@v6.0
Expand Down

0 comments on commit d5aeda3

Please sign in to comment.