diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e8b92840..41412aff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,8 +23,8 @@ jobs: - name: ๐Ÿ’… Lint run: npm run lint - - name: ๐Ÿงช Unit Tests - run: npm run test + - name: ๐Ÿงช Unit Tests and coverage + run: npm run jest --coverage - name: ๐Ÿง‘โ€๐Ÿ”ฌ Component Tests run: npm run cy:run