Skip to content

Commit

Permalink
fix: add circleci status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jan 16, 2023
1 parent 53cd59a commit 7e095cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cypress-split [![ci](https://github.com/bahmutov/cypress-split/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bahmutov/cypress-split/actions/workflows/ci.yml) ![cypress version](https://img.shields.io/badge/cypress-12.3.0-brightgreen)
# cypress-split [![ci](https://github.com/bahmutov/cypress-split/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bahmutov/cypress-split/actions/workflows/ci.yml) [![CircleCI](https://dl.circleci.com/status-badge/img/gh/bahmutov/cypress-split/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/bahmutov/cypress-split/tree/main) ![cypress version](https://img.shields.io/badge/cypress-12.3.0-brightgreen)

> Split Cypress specs across parallel CI machines for speed
> without using any external services
5 changes: 4 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ function cypressSplit(on, config) {
],
...specRows,
])
.addLink('cypress-split', 'https://cypress.tips')
.addLink(
'bahmutov/cypress-split',
'https://github.com/bahmutov/cypress-split',
)
.write()
}

Expand Down

0 comments on commit 7e095cb

Please sign in to comment.