Skip to content

Commit

Permalink
chore: try to only run WCT in Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 11, 2022
1 parent 122941d commit 804407f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# the full set of environments is tested with Polymer 3 below
- name: Run unit tests locally (in the VM instance running this job)
run: "xvfb-run -s '-screen 0 1024x768x24' npm test"
run: "npm test -- -l chrome"

unit-tests-p3:
name: Polymer 3 on SauceLabs
Expand Down

0 comments on commit 804407f

Please sign in to comment.