Skip to content

Commit 0cf43b6

Browse files
author
Paweł Chyła
committed
Generate report name
1 parent e3d1071 commit 0cf43b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/run-pw-tests/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,17 @@ runs:
9090
done
9191
npx playwright test --grep @e2e $PROJECT_PARAMS --shard "$SHARD_NUMBER"
9292
93-
- name: Extract shard index
94-
id: extract-shard-index
93+
- name: Generate report name
94+
id: generate-report-name
9595
shell: bash
9696
run: |
9797
input=${{ inputs.SHARD }}
98-
echo "shardIndex=${input%%/*}" >> $GITHUB_ENV
98+
echo "raportName=all-blob-reports-${input%%/*}" >> $GITHUB_ENV
9999
100100
- name: Upload blob report to GitHub Actions Artifacts
101101
uses: actions/upload-artifact@v4
102102
if: always()
103103
with:
104-
name: all-blob-reports-${{ env.shardIndex }}
104+
name: ${{ env.raportName }}
105105
path: blob-report
106106
retention-days: 1

0 commit comments

Comments
 (0)