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 0014282 commit edd1dcdCopy full SHA for edd1dcd
taskcluster/kinds/new-beta-qa/kind.yml
@@ -37,6 +37,7 @@ tasks:
37
pip3 install 'ruff>=0.4.8,<0.5';
38
mv ./ci_pyproject.toml ./pyproject.toml;
39
pipenv install;
40
+ export FX_CHANNEL="beta";
41
./collect_executables.sh;
42
export FX_EXECUTABLE=./firefox/firefox;
43
pipenv run python -c 'from modules import testrail_integration as tri; tri.tc_reportable()' || exit 0;
0 commit comments