Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions docs/app/continuous-integration/github-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ in the [GitHub Action Documentation](https://docs.github.com/en/actions).
## GitHub Actions + Cypress Screencasts

1. [What is Continuous Integration?](https://youtu.be/USX6AntcPyg)
2. [Actions & Workflows](https://youtu.be/N0TOFWy1Xvg)
3. [Example App Overview](https://youtu.be/zGrAhZkCoUE)
4. [Understanding how to configure a workflow](https://youtu.be/vVr7DXDdUks)
5. [Running Tests in GitHub Actions CI/CD Workflow](https://youtu.be/23ZGSrmbV_4)
6. [Debugging Test Failures in CI](https://youtu.be/Oqq-_QZWzhg)
7. [Running Tests in Parallel](https://youtu.be/96Yn_IiQUJI)
1. [Actions & Workflows](https://youtu.be/N0TOFWy1Xvg)
1. [Understanding how to configure a workflow](https://youtu.be/vVr7DXDdUks)
1. [Running Tests in GitHub Actions CI/CD Workflow](https://youtu.be/23ZGSrmbV_4)
1. [Debugging Test Failures in CI](https://youtu.be/Oqq-_QZWzhg)
1. [Running Tests in Parallel](https://youtu.be/96Yn_IiQUJI)

:::

Expand Down