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 ab5a660 commit 2c24c57Copy full SHA for 2c24c57
.github/workflows/tests.yml
@@ -86,13 +86,15 @@ jobs:
86
env:
87
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
88
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
89
+ # This list of browsers originally included 'os x 10.12/safari@10' and
90
+ # 'Linux/firefox', but these browsers both time out after running all
91
+ # tests. This doesn't happen locally, so I'm not sure what's different
92
+ # in GitHub actions that would break this.
93
run: >
94
npx wct --npm
95
-s 'windows 10/microsoftedge@15'
96
-s 'windows 10/microsoftedge@17'
97
-s 'windows 8.1/internet explorer@11'
98
-s 'os x 10.11/safari@9'
- -s 'os x 10.12/safari@10'
99
-s 'macos 10.13/safari@11'
100
-s 'Linux/chrome@41'
- -s 'Linux/firefox'
0 commit comments