Skip to content

Commit

Permalink
[Proposal] Update to use dart SDK instead of all Flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangomz committed Jun 22, 2021
1 parent ac2ee24 commit 09000b5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603

- name: Install dependencies
run: flutter pub get
run: dart pub get

- name: Activate coverage
run: pub global activate coverage
Expand Down

0 comments on commit 09000b5

Please sign in to comment.