diff --git a/docs/src/ci-intro.md b/docs/src/ci-intro.md index b847cda90a..82d68b7f4d 100644 --- a/docs/src/ci-intro.md +++ b/docs/src/ci-intro.md @@ -66,7 +66,7 @@ jobs: retention-days: 30 ``` -If this doesn't make sense to you, give GitHub's [Understanding GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions) guide a read. Looking at the list of steps in `jobs.test.steps`, you can see that the workflow performs these steps: +The workflow performs these steps: 1. Clone your repository 2. Install Node.js @@ -75,6 +75,8 @@ If this doesn't make sense to you, give GitHub's [Understanding GitHub Actions]( 5. Run Playwright tests 6. Upload HTML report to the GitHub UI +To learn more about this, see ["Understanding GitHub Actions"](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions). + ## Setting up GitHub Actions * langs: python, java, csharp