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.
2 parents a2dd367 + adf054d commit aa67c93Copy full SHA for aa67c93
action.yaml
@@ -56,7 +56,8 @@ runs:
56
EOF
57
# horizon does not work in github action, permission error
58
# dstat log takes too much memory to be stored by log artifacts
59
- ENABLED_SERVICES=",-horizon,-dstat"
+ # tempest must be disabled otherwise it will get installed still
60
+ ENABLED_SERVICES=",-horizon,-dstat,-tempest"
61
if [[ "${{ inputs.enabled_services }}" != "" ]]; then
62
ENABLED_SERVICES+=",${{ inputs.enabled_services }}"
63
fi
0 commit comments