diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb94f983..f193816d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,3 @@ jobs: - name: Run linter ๐Ÿ‘€ run: npm run lint - - - name: Run tests ๐Ÿงช - run: npm run test