File tree Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Expand file tree Collapse file tree 2 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -134,20 +134,20 @@ jobs:
134134 changed_files : ${{ inputs.changed_files }}
135135 secrets : inherit
136136
137- # prediction-market-android-smoke:
138- # strategy:
139- # matrix:
140- # split: [1]
141- # fail-fast: false
142- # uses: ./.github/workflows/run-e2e-workflow.yml
143- # with:
144- # test-suite-name: prediction_market_android_smoke-${{ matrix.split }}
145- # platform: android
146- # test_suite_tag: 'SmokePredictions'
147- # split_number: ${{ matrix.split }}
148- # total_splits: 1
149- # changed_files: ${{ inputs.changed_files }}
150- # secrets: inherit
137+ prediction-market-android-smoke :
138+ strategy :
139+ matrix :
140+ split : [1]
141+ fail-fast : false
142+ uses : ./.github/workflows/run-e2e-workflow.yml
143+ with :
144+ test-suite-name : prediction_market_android_smoke-${{ matrix.split }}
145+ platform : android
146+ test_suite_tag : ' SmokePredictions'
147+ split_number : ${{ matrix.split }}
148+ total_splits : 1
149+ changed_files : ${{ inputs.changed_files }}
150+ secrets : inherit
151151
152152 rewards-android-smoke :
153153 strategy :
@@ -177,7 +177,7 @@ jobs:
177177 - network-abstraction-android-smoke
178178 - network-expansion-android-smoke
179179 - confirmations-redesigned-android-smoke
180- # - prediction-market-android-smoke
180+ - prediction-market-android-smoke
181181 - rewards-android-smoke
182182 steps :
183183 - name : Checkout
Original file line number Diff line number Diff line change @@ -134,20 +134,20 @@ jobs:
134134 changed_files : ${{ inputs.changed_files }}
135135 secrets : inherit
136136
137- # prediction-market-ios-smoke:
138- # strategy:
139- # matrix:
140- # split: [1]
141- # fail-fast: false
142- # uses: ./.github/workflows/run-e2e-workflow.yml
143- # with:
144- # test-suite-name: prediction_market_ios_smoke-${{ matrix.split }}
145- # platform: ios
146- # test_suite_tag: 'SmokePredictions'
147- # split_number: ${{ matrix.split }}
148- # total_splits: 1
149- # changed_files: ${{ inputs.changed_files }}
150- # secrets: inherit
137+ prediction-market-ios-smoke :
138+ strategy :
139+ matrix :
140+ split : [1]
141+ fail-fast : false
142+ uses : ./.github/workflows/run-e2e-workflow.yml
143+ with :
144+ test-suite-name : prediction_market_ios_smoke-${{ matrix.split }}
145+ platform : ios
146+ test_suite_tag : ' SmokePredictions'
147+ split_number : ${{ matrix.split }}
148+ total_splits : 1
149+ changed_files : ${{ inputs.changed_files }}
150+ secrets : inherit
151151
152152 rewards-ios-smoke :
153153 strategy :
@@ -177,7 +177,7 @@ jobs:
177177 - accounts-ios-smoke
178178 - network-abstraction-ios-smoke
179179 - network-expansion-ios-smoke
180- # - prediction-market-ios-smoke
180+ - prediction-market-ios-smoke
181181 - rewards-ios-smoke
182182 steps :
183183 - name : Checkout
You can’t perform that action at this time.
0 commit comments