update ci intro to new wording

This commit is contained in:
Simon Knott 2024-08-06 14:04:11 +02:00
parent 8fe8050e00
commit 34ccc7a1e1
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -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