Skip to content

Commit 2875565

Browse files
committed
Fix artifact names in demos visual tests
1 parent 6eaf3c0 commit 2875565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/demos_visual_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
125125
- name: Sanitize job name
126126
if: ${{ failure() }}
127-
run: echo "JOB_NAME=$(echo "${{ matrix.ARGS.name }}" | tr '/' '-')" >> $GITHUB_ENV
127+
run: echo "JOB_NAME=$(echo "${{ matrix.CONSTEL }}-${{ matrix.THEME }}" | tr '/' '-')" >> $GITHUB_ENV
128128

129129
- name: Copy screenshots artifacts
130130
if: failure() && matrix.STRATEGY == 'screenshots'

.github/workflows/demos_visual_tests_frameworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385

386386
- name: Sanitize job name
387387
if: ${{ failure() }}
388-
run: echo "JOB_NAME=$(echo "${{ matrix.ARGS.name }}" | tr '/' '-')" >> $GITHUB_ENV
388+
run: echo "JOB_NAME=$(echo "${{ matrix.CONSTEL }}-${{ matrix.THEME }}" | tr '/' '-')" >> $GITHUB_ENV
389389

390390
- name: Copy screenshots artifacts
391391
if: ${{ failure() }}

0 commit comments

Comments
 (0)