Store analysis data as an artifact

pull/7/head
Oystein Kristoffer Tveit 2021-03-06 00:57:31 +01:00
parent 72ca8bce59
commit 33b7ad0058
1 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,10 @@ jobs:
- run:
name: Analyze code
command: flutter analyze --no-fatal-infos
command: flutter analyze --no-fatal-infos > lint_analysis_data/results.txt
- store_artifacts:
path: ~/project/lint_analysis_data
test:
description: "Run all unittests"