File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6262 GITHUB_EVENT : ${{ toJson(github.event) }}
6363 ALLURE_TOKEN : ${{ secrets.ALLURE_TOKEN }}
6464 XCODE_VERSION : " 26.1"
65- IOS_SIMULATOR_DEVICE : " ${{ matrix.device }} (${{ matrix.ios }})" # For the Allure report
65+ IOS_SIMULATOR_DEVICE : " ${{ matrix.device }} (${{ matrix.ios }})"
6666 steps :
6767 - uses : actions/checkout@v4.1.1
6868 - uses : actions/download-artifact@v4
8585 - name : Launch Allure TestOps
8686 run : bundle exec fastlane allure_launch cron:true
8787 - name : Run UI Tests (Debug)
88- run : bundle exec fastlane test_e2e device:"${{ matrix.device }} (${{ matrix.ios }}) " cron:true test_without_building:true
88+ run : bundle exec fastlane test_e2e device:"${{ env.IOS_SIMULATOR_DEVICE }}" cron:true test_without_building:true
8989 timeout-minutes : 90
9090 env :
9191 STREAM_SDK_TEST_APP : ${{ secrets.STREAM_SDK_TEST_APP }}
@@ -138,6 +138,7 @@ jobs:
138138 runs-on : macos-15
139139 env :
140140 XCODE_VERSION : " 26.1"
141+ IOS_SIMULATOR_DEVICE : " ${{ matrix.device }} (${{ matrix.ios }})"
141142 steps :
142143 - uses : actions/checkout@v4.1.1
143144 - uses : ./.github/actions/bootstrap
@@ -151,7 +152,7 @@ jobs:
151152 version : ${{ matrix.ios }}
152153 device : ${{ matrix.device }}
153154 - name : Run LLC Tests (Debug)
154- run : bundle exec fastlane test device:"${{ matrix.device }} (${{ matrix.ios }}) " cron:true
155+ run : bundle exec fastlane test device:"${{ env.IOS_SIMULATOR_DEVICE }}" cron:true
155156 timeout-minutes : 60
156157 - name : Parse xcresult
157158 if : failure()
You can’t perform that action at this time.
0 commit comments