Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Sep 29, 2023
1 parent 664ef27 commit 004e102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ lane :build_test_app_and_frameworks do
cloned_source_packages_path: source_packages_path,
clean: is_localhost,
build_for_testing: true,
xcargs: buildcache_xcargs
xcargs: ENV['STREAM_VIDEO_SECRET'] ? "#{buildcache_xcargs} STREAM_VIDEO_SECRET=#{ENV['STREAM_VIDEO_SECRET']}" : buildcache_xcargs
)
end

Expand Down

0 comments on commit 004e102

Please sign in to comment.