Skip to content

Commit a740e26

Browse files
author
Tim Middleton
committed
Fix workflow
1 parent 97bd12f commit a740e26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-perf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
shell: bash
6868
run: |
6969
curl -sL https://raw.githubusercontent.com/oracle/coherence-cli/main/scripts/install.sh | bash
70-
COHERENCE_VERSION=${{ coherenceVersion }} make test-perf
71-
70+
COHERENCE_VERSION=${{ matrix.coherenceVersion }} make test-perf
71+
7272
- uses: actions/upload-artifact@v4
7373
if: failure()
7474
with:
75-
name: test-output-${{ matrix.go-version }}-${{ coherenceVersion }}
75+
name: test-output-${{ matrix.go-version }}-${{ matrix.coherenceVersion }}
7676
path: build/_output/test-logs

0 commit comments

Comments
 (0)