1
0
mirror of https://github.com/h7x4/Jisho-Study-Tool.git synced 2024-12-21 13:37:29 +01:00

Add command to ignore exit code 1 on tests

This commit is contained in:
Oystein Kristoffer Tveit 2021-03-06 00:42:50 +01:00
parent 39dc0fdc72
commit 23056c8a95

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