Skip to content

Commit

Permalink
update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 13, 2022
1 parent 02ae505 commit 92465f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2

- name: Update version badges 🏷
run: npx -p dependency-version-badge update-badge cypress
run: npm run badges

- name: Commit any changed files 💾
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cypress-failed-log ![cypress version](https://img.shields.io/badge/cypress-9.0.0-brightgreen)
# cypress-failed-log ![cypress version](https://img.shields.io/badge/cypress-10.3.0-brightgreen)

> Shows the commands from [Cypress.io](https://www.cypress.io) failed test in the terminal.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"scripts": {
"ban": "ban",
"badges": "npx -p dependency-version-badge update-badge cypress",
"deps": "deps-ok && dependency-check . --unused --no-dev --ignore-module logdown",
"issues": "git-issues",
"license": "license-checker --production --onlyunknown --csv",
Expand Down

0 comments on commit 92465f8

Please sign in to comment.