From 34ccc7a1e17b7d114bd3018344ef7ea3864ce280 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 6 Aug 2024 14:04:11 +0200 Subject: [PATCH] update ci intro to new wording --- docs/src/ci-intro.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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