File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -138,12 +138,16 @@ jobs:
138
138
uses : actions/setup-python@v5
139
139
with :
140
140
python-version : " 3.11"
141
+ - name : Set Environment (Scheduled Beta)
142
+ if : ${{ inputs.job_to_run == 'L10N-Linux' }}
143
+ run : |
144
+ echo "TESTRAIL_REPORT='true'" >> "$GITHUB_ENV";
145
+ echo "Running report for most recent Beta on Linux";
141
146
- name : Install dependencies
142
147
id : setup
143
148
env :
144
149
MANUAL_DOWNLOAD_LINK : ${{ inputs.linux_tarball_link }}
145
150
run : |
146
- echo "MANUAL='true'" >> "$GITHUB_ENV";
147
151
echo "Running l10n tests on supplied executable";
148
152
sudo apt install gnome-screenshot;
149
153
uname -m;
@@ -225,7 +229,7 @@ jobs:
225
229
New-item -Name .env -Value $env_contents -ItemType File -Force
226
230
Write-Host "Running l10n tests on supplied executable"
227
231
- name : Set Environment (Scheduled Beta)
228
- if : ${{ inputs.job_to_run == 'Smoke -Windows' }}
232
+ if : ${{ inputs.job_to_run == 'L10N -Windows' }}
229
233
run : |
230
234
$env_contents = @"
231
235
TESTRAIL_REPORT='true'
You can’t perform that action at this time.
0 commit comments