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 97bd12f commit a740e26Copy full SHA for a740e26
.github/workflows/build-perf.yaml
@@ -67,10 +67,10 @@ jobs:
67
shell: bash
68
run: |
69
curl -sL https://raw.githubusercontent.com/oracle/coherence-cli/main/scripts/install.sh | bash
70
- COHERENCE_VERSION=${{ coherenceVersion }} make test-perf
71
-
+ COHERENCE_VERSION=${{ matrix.coherenceVersion }} make test-perf
+
72
- uses: actions/upload-artifact@v4
73
if: failure()
74
with:
75
- name: test-output-${{ matrix.go-version }}-${{ coherenceVersion }}
+ name: test-output-${{ matrix.go-version }}-${{ matrix.coherenceVersion }}
76
path: build/_output/test-logs
0 commit comments