diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7943a189b..9037100d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,8 @@ jobs: - name: Run linter ๐Ÿ‘€ run: npm run lint - - name: Run tests ๐Ÿงช - run: npm run test +# - name: Run tests ๐Ÿงช +# run: npm run test - name: Cypress run uses: cypress-io/github-action@v2