Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Nov 13, 2023
1 parent 0770979 commit 7306333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ - (void)test04DeeplinkFromSafari_thatLaunchesTheApp {
- (void)test13WebCircleFromSafari_thatLaunchesTheApp {
// 圈选,测试不会进入GrowingAdvertising逻辑
NSString *url = @"growing.deeplink://growingio/webservice?serviceType=circle"
@"&wsUrl=ws://uat-gdp.growingio.com/app/weDq7mpE/circle/f1bcb578cdc347fc872192b55d2bb764"
@"&xctest=DeepLinkTest";
@"&wsUrl=ws://uat-gdp.growingio.com/app/weDq7mpE/circle/f1bcb578cdc347fc872192b55d2bb764";

XCUIApplication *app = [[XCUIApplication alloc] init];
[app launch];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ - (void)test04DeeplinkFromSafari_thatLaunchesTheApp {
- (void)test13WebCircleFromSafari_thatLaunchesTheApp {
// 圈选,测试不会进入GrowingAdvertising逻辑
NSString *url = @"growing.deeplink://growingio/webservice?serviceType=circle"
@"&wsUrl=ws://uat-gdp.growingio.com/app/weDq7mpE/circle/f1bcb578cdc347fc872192b55d2bb764"
@"&xctest=DeepLinkTest";
@"&wsUrl=ws://uat-gdp.growingio.com/app/weDq7mpE/circle/f1bcb578cdc347fc872192b55d2bb764";

XCUIApplication *app = [[XCUIApplication alloc] init];
[app launch];
Expand Down

0 comments on commit 7306333

Please sign in to comment.