diff --git a/.github/workflows/badges.yml b/.github/workflows/badges.yml index c1b73b6..9002ed7 100644 --- a/.github/workflows/badges.yml +++ b/.github/workflows/badges.yml @@ -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 diff --git a/README.md b/README.md index 273477a..31a680f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 5e87a8c..f80ff2f 100644 --- a/package.json +++ b/package.json @@ -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",