Skip to content

Commit

Permalink
Update CI workflow and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Feb 24, 2024
1 parent b20d883 commit b5b58b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
git config --global user.name "GitHub Actions"
git add ./coverage
git commit -m "Add coverage report"
git push -f
git push
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
dist
coverage
.DS_Store

0 comments on commit b5b58b0

Please sign in to comment.