We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f4520 commit 0ac6512Copy full SHA for 0ac6512
.github/workflows/android-regression.yml
@@ -144,8 +144,8 @@ jobs:
144
with:
145
APK_URL: ${{ github.event.inputs.APK_URL }}
146
RISK: ${{ github.event.inputs.RISK }}
147
- PRINT_FAILED_TEST_LOGS: ${{ github.event.inputs.PRINT_FAILED_TEST_LOGS }}
148
- PRINT_ONGOING_TEST_LOGS: ${{ github.event.inputs.PRINT_ONGOING_TEST_LOGS }}
+ PRINT_FAILED_TEST_LOGS: ${{ env.PRINT_FAILED_TEST_LOGS }}
+ PRINT_ONGOING_TEST_LOGS: ${{ env.PRINT_ONGOING_TEST_LOGS }}
149
PLAYWRIGHT_RETRIES_COUNT: ${{ github.event.inputs.PLAYWRIGHT_RETRIES_COUNT }}
150
151
- name: Download APK & extract it
0 commit comments