diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b7f25887..6c3d533c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: run: npm install - name: Run tests with coverage - run: npm test -- --coverage + run: npm test "./app/component/hooks/useSocket.test.js" -- --coverag - name: Upload coverage report uses: actions/upload-artifact@v3