diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b5881c..990a44e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -89,6 +89,7 @@ jobs: - run: npm test test-win: + if: false needs: [ lint, get-lts ] runs-on: ${{ matrix.os }} strategy: