We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c339b0 commit cfd94bbCopy full SHA for cfd94bb
scripts/core-testing.sh
@@ -244,8 +244,12 @@ if [ -z "${GITHUB_ACTIONS}" ]; then
244
# shellcheck disable=SC2090
245
sed -i".sedbck" 's/http.*test-files.pythonhosted.*#//g' ./homeassistant/components/plugwise_usb/manifest.json
246
)
247
- echo "Running hassfest for plugwise_usb"
248
- python3 -m script.hassfest --requirements --action validate
+
+ # Hassfest already runs on Github
249
+ if [ -n "${GITHUB_ACTIONS}" ] ; then
250
+ echo -e "${CINFO}Running hassfest for plugwise${CNORM}"
251
+ python3 -m script.hassfest --requirements --action validate
252
+ fi
253
fi
254
255
# pylint was removed from 'quality' some time ago
0 commit comments