diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5e8e2d9..132c5b4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,4 +21,4 @@ jobs: - run: npm ci - run: npm run build --if-present - - run: npm run test -- ./src/lib/__tests__/ \ No newline at end of file + - run: npm run test -- ./src/lib/ \ No newline at end of file