Skip to content

Commit

Permalink
chore: missing some mailslurp env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Jul 16, 2023
1 parent 213224a commit 0536ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ platform :android do
browserstack_access_key: ENV["BROWSERSTACK_ACCESS_KEY"],
file_path: ENV["GRADLE_APK_OUTPUT_PATH"]
)
sh("GALOY_TEST_TOKENS=$GALOY_TEST_TOKENS && GALOY_TOKEN_2=$GALOY_TOKEN_2 && yarn test:browserstack:android")
sh("GALOY_TEST_TOKENS=$GALOY_TEST_TOKENS && GALOY_TOKEN_2=$GALOY_TOKEN_2 && MAILSLURP_API_KEY=$MAILSLURP_API_KEY && yarn test:browserstack:android")
end
end
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ platform :ios do
browserstack_username: ENV["BROWSERSTACK_USER"],
browserstack_access_key: ENV["BROWSERSTACK_ACCESS_KEY"],
)
sh("GALOY_TEST_TOKENS=$GALOY_TEST_TOKENS && GALOY_TOKEN_2=$GALOY_TOKEN_2 && yarn test:browserstack:ios")
sh("GALOY_TEST_TOKENS=$GALOY_TEST_TOKENS && GALOY_TOKEN_2=$GALOY_TOKEN_2 && MAILSLURP_API_KEY=$MAILSLURP_API_KEY && yarn test:browserstack:ios")
end
end

0 comments on commit 0536ce2

Please sign in to comment.