Skip to content

Commit

Permalink
Add code signing note in build-for-testing.sh
Browse files Browse the repository at this point in the history
Code signing is required to run tests in Firebase Test Lab. This PR makes this more explicit in the `build-for-testing.sh` script.
  • Loading branch information
tonybaroneee authored Nov 9, 2023
1 parent 35d60e4 commit 6239ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-for-testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ if [[ "$SAMPLE" == Config ]];then
flags+=( -configuration Debug )
fi

# NOTE: Add your code signature details here for running tests in Firebase Test Lab
flags+=(
CODE_SIGN_IDENTITY=""
CODE_SIGNING_REQUIRED=NO
Expand Down

0 comments on commit 6239ea6

Please sign in to comment.