Update docs/src/ci-intro.md

Signed-off-by: Simon Knott <info@simonknott.de>
This commit is contained in:
Simon Knott 2024-08-06 14:03:06 +02:00 committed by GitHub
parent acbcbf1b47
commit 8fe8050e00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -161,7 +161,7 @@ jobs:
run: dotnet test
```
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.
To learn more about this, see ["Understanding GitHub Actions"](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions).
Looking at the list of steps in `jobs.test.steps`, you can see that the workflow performs these steps: