Skip to content

Commit

Permalink
Generate report name in one step v2
Browse files Browse the repository at this point in the history
  • Loading branch information
poulch committed Dec 19, 2024
1 parent 4134baf commit 5c3fd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-pw-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
PROJECT_PARAMS+="--project=${PROJECT} "
done
npx playwright test --grep @e2e $PROJECT_PARAMS --shard "$SHARD_NUMBER"
echo "reportName=all-blob-reports-${$SHARD_NUMBER%%/*}" >> $GITHUB_ENV
echo "reportName=all-blob-reports-${SHARD_NUMBER%%/*}" >> $GITHUB_ENV
- name: Upload blob report to GitHub Actions Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5c3fd4a

Please sign in to comment.