mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +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
|
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:
|
||||||
|
Reference in New Issue
Block a user