Skip to content

Commit

Permalink
chore(posts): update "How to shard Cypress specs on GitHub Actions"
Browse files Browse the repository at this point in the history
Post: 2024-11-28-how-to-shard-cypress-specs-on-github-actions.md

Update excerpt and tidy grammar

https://remarkablemark.medium.com/how-to-shard-cypress-specs-on-github-actions-dcf1db32f389
  • Loading branch information
remarkablemark committed Nov 30, 2024
1 parent 76e691f commit 9de97dd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
layout: post
title: How to shard Cypress specs on GitHub Actions
date: 2024-11-28 22:58:26
excerpt: How to shard Cypress specs on GitHub Actions.
updated: 2024-11-30 16:01:11
excerpt: How to run Cypress tests in parallel with Cypress Cloud or shard tests with GitHub Actions.
categories: cypress specs github actions ci
---

Expand Down Expand Up @@ -62,7 +63,7 @@ See the [Cypress docs](https://docs.cypress.io/app/continuous-integration/github
## Shard
You can shard the Cypress specs yourself using Bash in GitHub Actions:
You can shard the Cypress specs with [Bash](https://www.gnu.org/software/bash/) using [GitHub Actions](Run Cypress tests in parallel with Cypress Cloud or shard tests with GitHub Actions.):
{% raw %}
Expand Down

0 comments on commit 9de97dd

Please sign in to comment.