Closed userlocalhost closed 5 years ago
Sorry, I forgot to amend a version in pack.yaml
and write a changelog. Please wait to merge it.
to amend a version in pack.yaml and write a changelog.
It's done.
Integration test looks very solid :+1:
I'm now wondering why CircleCI doesn't show the build status for the commited PR changes. Guessing it's something related to https://github.com/StackStorm-Exchange/stackstorm-zabbix/pull/29/checks, - I've seen something similar when enabling new Github "checks" feature that stopped the CircleCI builds to show up. Will try something to fix it.
I'm now wondering why CircleCI doesn't show the build status for the commited PR changes.
Sorry, It's my fault. I set configuration of CircleCI to follow forked repository (userlocalhost/stackstorm-zabbix
). When forked repository was followed, the test of PR seems not to be run.
After I unregistered to following forked repository in CircleCI, then it works well.
This fixed #28. Furthermore, this added an integration test of running
tools/register_st2_config_to_zabbix.py
with Zabbix v3.2 and v4.0.