refactor(setup): simplify setup for flutter applications (#12)

This commit is contained in:
Aleksey Kulikov 2021-11-01 19:05:55 +03:00 committed by GitHub
parent c8895524be
commit 678f6208f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 119 additions and 139 deletions

View file

@ -54,8 +54,5 @@ jobs:
- name: Install dependencies
run: flutter pub get
- name: Download libgit2 library
run: flutter pub run libgit2dart:setup
- name: Run tests
run: dart test --exclude-tags "remote_fetch" --platform=vm