diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e2be2da..70a8cdf 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 run test -- --coverage + run: npm run test "./app/component/__test__/ActionButtons.test.js" -- --coverage - name: Upload coverage report uses: actions/upload-artifact@v3