File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
taskcluster/kinds/run-smoke-tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
pipenv install;
28
28
- name : Run Smoke Tests in Win
29
29
run : |
30
- pipenv run pytest --fx-executable ./firefox/firefox tests/security_and_privacy/test_rando.py
30
+ pipenv run pytest --fx-executable ./firefox/firefox -n 4 tests/security_and_privacy
31
31
mv artifacts artifacts-win
32
32
- name : Upload artifacts
33
33
uses : actions/upload-artifact@v4
55
55
pipenv install;
56
56
- name : Run Smoke Tests in MacOS
57
57
run : |
58
- pipenv run pytest --fx-executable ./firefox/firefox tests/security_and_privacy/test_rando.py
58
+ pipenv run pytest --fx-executable ./firefox/firefox -n 4 tests/security_and_privacy
59
59
mv artifacts artifacts-mac
60
60
- name : Upload artifacts
61
61
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 31
31
./collect_executables.sh;
32
32
mv ./ci_pyproject.toml ./pyproject.toml;
33
33
pipenv install;
34
- pipenv run pytest --fx-executable ./firefox/firefox tests/security_and_privacy/test_rando.py
34
+ pipenv run pytest --fx-executable ./firefox/firefox -n 4 tests/security_and_privacy
35
35
notify :
36
36
recipients :
37
37
- type : slack-channel
You can’t perform that action at this time.
0 commit comments