Add command to ignore exit code 1 on tests

pull/7/head
Oystein Kristoffer Tveit 2021-03-06 00:42:50 +01:00
parent 39dc0fdc72
commit 23056c8a95
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
- run:
name: Run tests
command: flutter test --machine | ~/.pub-cache/bin/tojunit --output test-results.xml
command: flutter test --machine | ~/.pub-cache/bin/tojunit --output test-results.xml || true
- store_test_results:
path: test-results.xml