Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Run mach test-tidy --no-wpt checks with Python3 in CI
  • Loading branch information
marmeladema committed Dec 11, 2019
1 parent 7b5fabe commit 0032b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/taskcluster/decision_task.py
Expand Up @@ -205,6 +205,7 @@ def linux_tidy_unit():
.with_treeherder("Linux x64", "Tidy+Unit")
.with_script("""
./mach test-tidy --no-progress --all
python3 ./mach test-tidy --no-progress --all --no-wpt
python3 ./mach build --dev
python3 ./mach test-unit
python3 ./mach package --dev
Expand Down

0 comments on commit 0032b3c

Please sign in to comment.