mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 08:36:50 +08:00
Do not run tests in parallel
They occasionally fail if we run them in parallel - not sure why.
This commit is contained in:
@ -7,7 +7,7 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Test
|
name: Test
|
||||||
command: flutter test
|
command: flutter test -j 1
|
||||||
- run:
|
- run:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
command: flutter analyze
|
command: flutter analyze
|
||||||
|
Reference in New Issue
Block a user