Fix action

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-01-29 20:11:51 +05:30
parent e85a4326d6
commit c0e4b51a3b
@@ -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