improving upload-artifact action#236
Conversation
|
@zemble/auth
@zemble/auth-anonymous
@zemble/auth-api-token
@zemble/auth-apple
@zemble/auth-expo
@zemble/auth-otp
@zemble/bull
@zemble/bun
@zemble/core
create-zemble-app
create-zemble-plugin
@zemble/dataloaders
@zemble/dayjs
@zemble/debug
@zemble/email-resend
@zemble/email-sendgrid
@zemble/fastify
@zemble/firebase-auth
@zemble/graphql
@zemble/graphql-objectid-scalar
@zemble/kv
@zemble/migrations
@zemble/mongodb
@zemble/node
@zemble/primitives
@zemble/push-apple
@zemble/push-expo
@zemble/react
@zemble/react-auth
@zemble/react-keyboard
@zemble/react-network
@zemble/react-portal
@zemble/react-snackbar
@zemble/react-urql
@zemble/react-use-app-state
@zemble/routes
@zemble/sms-46elks
@zemble/sms-twilio
@zemble/supabase
@zemble/timeoutify
@zemble/universal-datetime-scalar
@zemble/utils
commit: |
There was a problem hiding this comment.
Pull request overview
Updates the reusable Playwright workflow’s artifact upload step to make artifact names shard-aware, helping avoid artifact name collisions when running sharded Playwright test runs.
Changes:
- Appends the shard index to the uploaded Playwright report artifact name.
Sharded runs all uploaded to the same playwright-report name, which collides on upload-artifact@v4+ (artifacts are now immutable). Appends the shard index so each shard gets a unique artifact.