Skip to content

Commit 9ccec6d

Browse files
authored
ci(e2e): point mobile-e2e to clerkstage-with-native-components instance (#8495)
1 parent 8bfea20 commit 9ccec6d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/mobile-e2e.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
#
1111
# Test users are provisioned per-run via Clerk Backend API and deleted at
1212
# teardown — same pattern as /integration's createBapiUser.
13-
#
14-
# TODO(SDK team): confirm the instance-name slot to add inside
15-
# INTEGRATION_INSTANCE_KEYS for this workflow (placeholder: "expo-native").
1613
name: "Mobile e2e (@clerk/expo)"
1714

1815
on:
@@ -28,8 +25,7 @@ on:
2825
default: "manual,skip"
2926

3027
env:
31-
# TODO(SDK team): replace with the canonical mobile-e2e instance name once confirmed.
32-
EXPO_INSTANCE_NAME: expo-native
28+
EXPO_INSTANCE_NAME: clerkstage-with-native-components
3329

3430
concurrency:
3531
group: mobile-e2e-${{ github.ref }}

0 commit comments

Comments
 (0)