diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5eca8b6..429fe33 100755 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,6 +35,3 @@ jobs: - name: Build run: npm run build - - - name: Unit tests - run: npm run test