mirror of
https://github.com/h7x4/Jisho-Study-Tool.git
synced 2024-12-21 13:37:29 +01:00
Store analysis data as an artifact
This commit is contained in:
parent
72ca8bce59
commit
33b7ad0058
@ -40,7 +40,10 @@ jobs:
|
|||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Analyze code
|
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:
|
test:
|
||||||
description: "Run all unittests"
|
description: "Run all unittests"
|
||||||
|
Loading…
Reference in New Issue
Block a user