diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 564e570..b1dff37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,6 @@ jobs: - name: Check commits messages uses: wagoid/commitlint-github-action@v5 - + - name: Run the tests - run: npm test -- --coverage + run: npm test -- --coverage \ No newline at end of file