File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 coverage-reporter : codacy/coverage-reporter@13.13.0
66
77commands :
8-
98 check_changes :
109 steps :
1110 - run :
@@ -76,7 +75,7 @@ commands:
7675 - run :
7776 name : Install git+ssh
7877 environment :
79- DEBIAN_FRONTEND : noninteractive # needed to install tzdata
78+ DEBIAN_FRONTEND : noninteractive # needed to install tzdata
8079 command : apt update && apt install -y git ssh
8180 - checkout
8281 - check_changes
@@ -153,9 +152,9 @@ jobs:
153152 - /root/.cache/pip
154153 - .pytest_cache
155154 - coverage-reporter/send_report :
156- coverage-reports : ' test-reports/coverage.xml'
155+ coverage-reports : " test-reports/coverage.xml"
157156 project-token : $CODACY_PROJECT_TOKEN
158- skip : true # skip if project-token is not defined (i.e. on a fork)
157+ skip : true # skip if project-token is not defined (i.e. on a fork)
159158
160159 test_installation_from_source_test_mode :
161160 # Test installation from source
@@ -187,7 +186,7 @@ jobs:
187186 - run :
188187 name : Install git and ssh
189188 environment :
190- DEBIAN_FRONTEND : noninteractive # needed to install tzdata
189+ DEBIAN_FRONTEND : noninteractive # needed to install tzdata
191190 command : apt update && apt install -y git ssh
192191 - checkout
193192 - run :
@@ -288,6 +287,7 @@ workflows:
288287 commit :
289288 jobs :
290289 - run_tests
290+ - update-recipe-test
291291 - test_installation_from_source_test_mode
292292 - test_installation_from_source_develop_mode
293293 nightly :
You can’t perform that action at this time.
0 commit comments