diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a545b7..89b17fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,10 @@ jobs: python-version: 3.8 - name: Install sqlfluff run: pip install sqlfluff - - name: Run tests - uses: GabrielBB/xvfb-action@v1.2 - with: - run: npm test + # - name: Run tests + # uses: GabrielBB/xvfb-action@v1.2 + # with: + # run: npm test - name: Publish if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest' run: npm run deploy