Skip to content

Commit a96d585

Browse files
committed
ci(ios): Rename snapshot env var to EMERGE_IS_RUNNING_FOR_SNAPSHOTS
Replace TEST_RUNNER_XCODE_RUNNING_FOR_PREVIEWS with TEST_RUNNER_EMERGE_IS_RUNNING_FOR_SNAPSHOTS in both snapshot upload jobs, using TEST_RUNNER_XCODE_RUNNING_FOR_PREVIEWS causes transparent images downstream at the render stage.
1 parent 136f7ad commit a96d585

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ios_sentry_upload_snapshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: macos-26
2525

2626
env:
27-
TEST_RUNNER_XCODE_RUNNING_FOR_PREVIEWS: 1
27+
TEST_RUNNER_EMERGE_IS_RUNNING_FOR_SNAPSHOTS: 1
2828

2929
steps:
3030
- name: Checkout
@@ -114,7 +114,7 @@ jobs:
114114
slug: ipad-air-11-inch-m4
115115

116116
env:
117-
TEST_RUNNER_XCODE_RUNNING_FOR_PREVIEWS: 1
117+
TEST_RUNNER_EMERGE_IS_RUNNING_FOR_SNAPSHOTS: 1
118118
# Keep this base path in sync with the workflow-level SNAPSHOT_UPLOAD_BASE_DIR.
119119
TEST_RUNNER_SNAPSHOTS_EXPORT_DIR: ${{ github.workspace }}/ios/snapshot-images/${{ matrix.slug }}
120120

0 commit comments

Comments
 (0)