Skip to content

Commit 2f20dbe

Browse files
committed
enable predictions e2e
1 parent 271d096 commit 2f20dbe

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

.github/workflows/run-e2e-smoke-tests-android.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/run-e2e-smoke-tests-ios.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)