Skip to content

improving upload-artifact action#236

Merged
Ryiguchi merged 3 commits into
mainfrom
upload-artifact-improvement
Jun 26, 2026
Merged

improving upload-artifact action#236
Ryiguchi merged 3 commits into
mainfrom
upload-artifact-improvement

Conversation

@Ryiguchi

@Ryiguchi Ryiguchi commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

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.

Copilot AI review requested due to automatic review settings June 26, 2026 17:00
@changeset-bot

changeset-bot Bot commented Jun 26, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2fee052

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Jun 26, 2026

Copy link
Copy Markdown

Open in StackBlitz

@zemble/auth

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/auth@236

@zemble/auth-anonymous

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/auth-anonymous@236

@zemble/auth-api-token

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/auth-api-token@236

@zemble/auth-apple

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/auth-apple@236

@zemble/auth-expo

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/auth-expo@236

@zemble/auth-otp

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/auth-otp@236

@zemble/bull

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/bull@236

@zemble/bun

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/bun@236

@zemble/core

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/core@236

create-zemble-app

npm i https://pkg.pr.new/kingstinct/zemble/create-zemble-app@236

create-zemble-plugin

npm i https://pkg.pr.new/kingstinct/zemble/create-zemble-plugin@236

@zemble/dataloaders

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/dataloaders@236

@zemble/dayjs

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/dayjs@236

@zemble/debug

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/debug@236

@zemble/email-resend

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/email-resend@236

@zemble/email-sendgrid

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/email-sendgrid@236

@zemble/fastify

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/fastify@236

@zemble/firebase-auth

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/firebase-auth@236

@zemble/graphql

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/graphql@236

@zemble/graphql-objectid-scalar

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/graphql-objectid-scalar@236

@zemble/kv

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/kv@236

@zemble/migrations

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/migrations@236

@zemble/mongodb

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/mongodb@236

@zemble/node

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/node@236

@zemble/primitives

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/primitives@236

@zemble/push-apple

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/push-apple@236

@zemble/push-expo

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/push-expo@236

@zemble/react

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/react@236

@zemble/react-auth

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/react-auth@236

@zemble/react-keyboard

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/react-keyboard@236

@zemble/react-network

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/react-network@236

@zemble/react-portal

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/react-portal@236

@zemble/react-snackbar

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/react-snackbar@236

@zemble/react-urql

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/react-urql@236

@zemble/react-use-app-state

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/react-use-app-state@236

@zemble/routes

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/routes@236

@zemble/sms-46elks

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/sms-46elks@236

@zemble/sms-twilio

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/sms-twilio@236

@zemble/supabase

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/supabase@236

@zemble/timeoutify

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/timeoutify@236

@zemble/universal-datetime-scalar

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/universal-datetime-scalar@236

@zemble/utils

npm i https://pkg.pr.new/kingstinct/zemble/@zemble/utils@236

commit: 2fee052

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread .github/workflows/playwright.yml Outdated
@Ryiguchi
Ryiguchi merged commit 79cb34b into main Jun 26, 2026
10 checks passed
@Ryiguchi
Ryiguchi deleted the upload-artifact-improvement branch June 26, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants