diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab1d662..03b0760 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,14 +23,11 @@ jobs: - name: Run Tests run: npm run test:coverage - - - name: Check for changes - run: | - git status - name: Commit coverage badge run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add README.md - git commit -m "Update coverage badge" -a \ No newline at end of file + git commit -m "Update coverage badge" -a + git push \ No newline at end of file