mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
Necessary warnings test (#5206)
* test run warnings test * fix dependency * fail on warnings is now necessary
This commit is contained in:
@@ -365,8 +365,9 @@ check_warnings:
|
||||
- $DEPLOY_TAG
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
dependencies:
|
||||
- test-linux-stable
|
||||
needs:
|
||||
- job: test-linux-stable
|
||||
artifacts: true
|
||||
script:
|
||||
- if [ -s ${CI_COMMIT_SHORT_SHA}_warnings.log ]; then
|
||||
cat ${CI_COMMIT_SHORT_SHA}_warnings.log;
|
||||
@@ -374,7 +375,6 @@ check_warnings:
|
||||
else
|
||||
echo "___No warnings___";
|
||||
fi
|
||||
allow_failure: true
|
||||
|
||||
# Nightly check whether Polkadot 'master' branch builds.
|
||||
check_polkadot:
|
||||
|
||||
Reference in New Issue
Block a user