Skip to content

Commit

Permalink
Merge pull request #210 from webpack/ci/no-macos-polling
Browse files Browse the repository at this point in the history
disable testing polling for macos ci
  • Loading branch information
sokra committed Nov 24, 2021
2 parents e71b62b + aab3697 commit f1f3586
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -51,6 +51,9 @@ jobs:
- os: macos-latest
node-version: 16.x
polling: "200"
- os: macos-latest
node-version: 17.x
polling: "200"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f1f3586

Please sign in to comment.