Commit c233374 1 parent 0f3c892 commit c233374 Copy full SHA for c233374
File tree 1 file changed +5
-11
lines changed
1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -35,24 +35,18 @@ jobs:
35
35
- name : Configure Xcode project
36
36
run : |
37
37
for file in *.xcconfig.template ; do cp $file ${file//.template/} ; done
38
+ sed -i "/^HAS_TIME_ACCOUNT_NUMBER/d" UITests.xcconfig
39
+ sed -i "/^NO_TIME_ACCOUNT_NUMBER/d" UITests.xcconfig
38
40
sed -i "" \
39
41
"/IOS_DEVICE_PIN_CODE =/ s/= .*/= $IOS_DEVICE_PIN_CODE/" \
40
42
UITests.xcconfig
41
43
sed -i "" \
42
44
"/TEST_DEVICE_IDENTIFIER_UUID =/ s/= .*/= $TEST_DEVICE_IDENTIFIER_UUID/" \
43
45
UITests.xcconfig
44
- sed -i "" \
45
- "/HAS_TIME_ACCOUNT_NUMBER =/ s/= .*/= $HAS_TIME_ACCOUNT_NUMBER/" \
46
- UITests.xcconfig
47
- sed -i "" \
48
- "/NO_TIME_ACCOUNT_NUMBER =/ s/= .*/= $NO_TIME_ACCOUNT_NUMBER/" \
49
- UITests.xcconfig
50
- working-directory : ios/Configurations
51
46
52
- - name : Debug
53
- run : |
54
- printf "$HAS_TIME_ACCOUNT_NUMBER" | wc -c
55
- printf "$NO_TIME_ACCOUNT_NUMBER" | wc -c
47
+ printf "HAS_TIME_ACCOUNT_NUMBER = $HAS_TIME_ACCOUNT_NUMBER\n" >> UITests.xcconfig
48
+ printf "NO_TIME_ACCOUNT_NUMBER = $NO_TIME_ACCOUNT_NUMBER\n" >> UITests.xcconfig
49
+ working-directory : ios/Configurations
56
50
57
51
- name : Run end-to-end-tests
58
52
run : |
You can’t perform that action at this time.
0 commit comments