Skip to content

Commit

Permalink
Generate report name
Browse files Browse the repository at this point in the history
  • Loading branch information
poulch committed Dec 18, 2024
1 parent e3d1071 commit 0cf43b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/run-pw-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,17 @@ runs:
done
npx playwright test --grep @e2e $PROJECT_PARAMS --shard "$SHARD_NUMBER"
- name: Extract shard index
id: extract-shard-index
- name: Generate report name
id: generate-report-name
shell: bash
run: |
input=${{ inputs.SHARD }}
echo "shardIndex=${input%%/*}" >> $GITHUB_ENV
echo "raportName=all-blob-reports-${input%%/*}" >> $GITHUB_ENV
- name: Upload blob report to GitHub Actions Artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: all-blob-reports-${{ env.shardIndex }}
name: ${{ env.raportName }}
path: blob-report
retention-days: 1

0 comments on commit 0cf43b6

Please sign in to comment.