We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d810cd commit 8958b85Copy full SHA for 8958b85
.github/workflows/ios-end-to-end-tests.yml
@@ -45,9 +45,9 @@ jobs:
45
with:
46
xcode_test_plan: ${{ env.XCODE_TEST_PLAN }}
47
ios_device_pin_code: ${{ secrets.IOS_DEVICE_PIN_CODE }}
48
- test_device_identifier_uuid: ${{ secrets.TEST_DEVICE_IDENTIFIER_UUID }}
49
- has_time_account_number: ${{ secrets.HAS_TIME_ACCOUNT_NUMBER }}
50
- no_time_account_number: ${{ secrets.NO_TIME_ACCOUNT_NUMBER }}
+ test_device_identifier_uuid: ${{ secrets.IOS_TEST_DEVICE_IDENTIFIER_UUID }}
+ has_time_account_number: ${{ secrets.IOS_HAS_TIME_ACCOUNT_NUMBER_PRODUCTION }}
+ no_time_account_number: ${{ secrets.IOS_NO_TIME_ACCOUNT_NUMBER_PRODUCTION }}
51
test_device_udid: ${{ secrets.IOS_TEST_DEVICE_UDID }}
52
53
- name: Comment PR on test failure
0 commit comments