Skip to content

Commit f1f3586

Browse files
authored
Merge pull request #210 from webpack/ci/no-macos-polling
disable testing polling for macos ci
2 parents e71b62b + aab3697 commit f1f3586

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- os: macos-latest
5252
node-version: 16.x
5353
polling: "200"
54+
- os: macos-latest
55+
node-version: 17.x
56+
polling: "200"
5457
runs-on: ${{ matrix.os }}
5558
steps:
5659
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)