Skip to content

Commit

Permalink
updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshsangwan committed Jan 27, 2024
1 parent de91c08 commit 79905bd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
git config --local user.name "GitHub Action"
git add README.md
git commit -m "Update coverage badge" -a
git commit -m "Update coverage badge" -a
git push

0 comments on commit 79905bd

Please sign in to comment.