mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
CI: Avoid running juint
I'm trying to figure out why the tests are taking forever ..
This commit is contained in:
@ -13,7 +13,8 @@ jobs:
|
||||
command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config
|
||||
- run:
|
||||
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:
|
||||
path: ./
|
||||
# - run:
|
||||
|
Reference in New Issue
Block a user