CI: Avoid running juint

I'm trying to figure out why the tests are taking forever ..
This commit is contained in:
Vishesh Handa
2021-06-06 10:14:34 +02:00
parent bd88b8e394
commit 13ca274db1

View File

@ -13,7 +13,8 @@ jobs:
command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config
- run: - run:
name: Test name: Test
command: flutter test --coverage --machine | tojunit --output junit.xml command: flutter test --coverage
#command: flutter test --coverage --machine | tojunit --output junit.xml
- store_test_results: - store_test_results:
path: ./ path: ./
# - run: # - run: