Skip to content

Commit

Permalink
Skip tests on macOS due to timeout (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Feb 3, 2022
1 parent a6f041d commit 2387cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- uses: actions/checkout@v2
# coverage with 'chrome' platform hangs the build
- name: Test (VM and browser)
if: runner.os != 'macOS'
run: |
dart pub get
dart test -p chrome
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- run: flutter upgrade

- name: Test
if: runner.os != 'macOS'
run: |
cd flutter
flutter pub get
Expand Down

0 comments on commit 2387cef

Please sign in to comment.