Skip to content

Commit

Permalink
💚 Fix quality workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed May 27, 2022
1 parent a548eac commit 66461aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ on:
jobs:
quality:
timeout-minutes: 5
runs-on: ubuntu-latest
container:
image: google/dart:latest
runs-on: macos-latest
steps:
- name: Tap Google's Dart formula repository
run: brew tap dart-lang/dart
- name: Install the Dart formula
run: brew install dart
- uses: actions/checkout@v1
- name: Install dependencies
run: dart pub get
Expand Down

0 comments on commit 66461aa

Please sign in to comment.