Skip to content

Commit

Permalink
skip win
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 18, 2024
1 parent 62fd0a4 commit 6281e3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
brew install mysql
brew tap homebrew/services
brew services start mysql
mysqladmin -u root password 'root'
mysqladmin --user=root password 'root'
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
Expand All @@ -89,6 +89,7 @@ jobs:
- run: npm test

test-win:
if: false
needs: [ lint, get-lts ]
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 6281e3e

Please sign in to comment.