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 2e316b9 commit bd1f117Copy full SHA for bd1f117
.github/workflows/test-make-target.yaml
@@ -103,7 +103,7 @@ jobs:
103
if: always()
104
uses: actions/upload-artifact@v4
105
with:
106
- name: CT logs (${{ inputs.plugin }} ${{ inputs.make_target }} OTP-${{ inputs.erlang_version }} ${{ inputs.metadata_store }})
+ name: CT logs (${{ inputs.plugin }} ${{ inputs.make_target }} OTP-${{ inputs.erlang_version }} ${{ inputs.metadata_store }}${{ inputs.mixed_clusters && ' mixed' || '')
107
path: |
108
logs/
109
# !logs/**/log_private
0 commit comments