@@ -71,7 +71,7 @@ jobs:
|
|||||||
|
|
||||||
test_dart:
|
test_dart:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
@@ -83,9 +83,7 @@ jobs:
|
|||||||
- name: 'Bootstrap Workspace'
|
- name: 'Bootstrap Workspace'
|
||||||
run: melos bootstrap
|
run: melos bootstrap
|
||||||
- name: 'Flutter Test'
|
- name: 'Flutter Test'
|
||||||
run: |
|
run: cd packages/dart_client && flutter pub run test
|
||||||
melos exec -c 1 --no-flutter --dir-exists=test --ignore="*example*" --ignore="*web*" -- \
|
|
||||||
flutter pub run test
|
|
||||||
|
|
||||||
test_flutter:
|
test_flutter:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user