Skip to content

Commit

Permalink
fix: env var import?
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burtey committed Jul 16, 2023
1 parent 6e4fd09 commit f704a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/tasks/e2e-test-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pushd repo
yarn install

echo browserstack_app_id:$BROWSERSTACK_APP_ID
GALOY_TEST_TOKENS=$GALOY_TEST_TOKENS && GALOY_TOKEN_2=$GALOY_TOKEN_2 && yarn test:browserstack:android | tee browserstack_output.log
GALOY_TEST_TOKENS=$GALOY_TEST_TOKENS && GALOY_TOKEN_2=$GALOY_TOKEN_2 && MAILSLURP_API_KEY=$MAILSLURP_API_KEY && yarn test:browserstack:android | tee browserstack_output.log
error_code=$?
SESSION_ID=$(cat browserstack_output.log | grep sessionId | head -n1 | sed -n "s/^.*'\(.*\)'.*$/\1/ p")
echo "Session ID"
Expand Down
2 changes: 1 addition & 1 deletion ci/tasks/e2e-test-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pushd repo
yarn install

echo browserstack_app_id:$BROWSERSTACK_APP_ID
GALOY_TEST_TOKENS=$GALOY_TEST_TOKENS && GALOY_TOKEN_2=$GALOY_TOKEN_2 && yarn test:browserstack:ios | tee browserstack_output.log
GALOY_TEST_TOKENS=$GALOY_TEST_TOKENS && GALOY_TOKEN_2=$GALOY_TOKEN_2 && MAILSLURP_API_KEY=$MAILSLURP_API_KEY && yarn test:browserstack:ios | tee browserstack_output.log
error_code=$?
SESSION_ID=$(cat browserstack_output.log | grep sessionId | head -n1 | sed -n "s/^.*'\(.*\)'.*$/\1/ p")
echo "Session ID"
Expand Down

0 comments on commit f704a93

Please sign in to comment.