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 17
17
workflow_dispatch :
18
18
inputs :
19
19
win_installer_link :
20
- description : ' The link to the Windows installer for the Fx under test'
20
+ description : ' The link to the Windows installer (win64) for the Fx under test'
21
21
required : true
22
22
type : string
23
23
mac_installer_link :
24
24
description : ' The link to the macOS installer for the Fx under test'
25
25
required : true
26
26
type : string
27
27
linux_tarball_link :
28
- description : ' The link to the Linux tarball for the Fx under test'
28
+ description : ' The link to the Linux tarball (linux-x86_64) for the Fx under test'
29
29
required : true
30
30
type : string
31
31
env :
@@ -249,6 +249,7 @@ jobs:
249
249
run : |
250
250
echo "MANUAL='true'" >> "$GITHUB_ENV";
251
251
echo "Running smoke tests on supplied executable";
252
+ uname -m
252
253
mkdir -p artifacts;
253
254
pip3 install 'pipenv==2023.11.15';
254
255
pip3 install 'ruff>=0.4.8,<0.5';
@@ -257,7 +258,7 @@ jobs:
257
258
pipenv install;
258
259
./collect_executables.sh
259
260
./firefox/firefox --version;
260
- . ./keyring-unlock.sh;
261
+ # . ./keyring-unlock.sh;
261
262
- name : Run Smoke Tests in Ubuntu
262
263
if : steps.setup.conclusion == 'success'
263
264
env :
You can’t perform that action at this time.
0 commit comments