We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfea20 commit 9ccec6dCopy full SHA for 9ccec6d
1 file changed
.github/workflows/mobile-e2e.yml
@@ -10,9 +10,6 @@
10
#
11
# Test users are provisioned per-run via Clerk Backend API and deleted at
12
# 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").
16
name: "Mobile e2e (@clerk/expo)"
17
18
on:
@@ -28,8 +25,7 @@ on:
28
25
default: "manual,skip"
29
26
30
27
env:
31
- # TODO(SDK team): replace with the canonical mobile-e2e instance name once confirmed.
32
- EXPO_INSTANCE_NAME: expo-native
+ EXPO_INSTANCE_NAME: clerkstage-with-native-components
33
34
concurrency:
35
group: mobile-e2e-${{ github.ref }}
0 commit comments