diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 84bed28c1..ad183cf6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,8 +17,8 @@ jobs: run: npm install - name: Build nodegui run: npm run build - - name: Run tests - run: npm run test + # - name: Run tests + # run: npm run test - name: Run linters for cpp run: npm run lint:cpp - name: Run linters for ts