Skip to content

Commit 3a39fdd

Browse files
authored
Update github-actions.md
1 parent 028fdb4 commit 3a39fdd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/tutorials/github-actions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Setup nf-test on GitHub Actions
22

3+
!!! warning
4+
5+
This feature is experimental and requires nf-test 0.9.0-rc1 or higher
6+
37
In this tutorial, we will guide you through setting up and running `nf-test` on GitHub Actions. We will start with a simple example where all tests run in a single job, then extend it to demonstrate how you can use sharding to distribute tests across multiple jobs for improved efficiency. Finally, we will show you how to run only the tests affected by the changed files using the `--changes-since` option.
48

59
By the end of this tutorial, you will have a clear understanding of how to:
@@ -174,4 +178,4 @@ This configuration ensures that critical changes always result in a comprehensiv
174178
2. **With Sharding**: Distributes tests across multiple jobs, allowing them to run in parallel.
175179
3. **With Sharding and Changed Files**: Optimizes the CI process by running only the tests affected by the changed files since the last commit, in parallel jobs.
176180

177-
Choose the configuration that best suits your project's needs. Start with the simpler setup and extend it as needed to improve efficiency and reduce test execution time.
181+
Choose the configuration that best suits your project's needs. Start with the simpler setup and extend it as needed to improve efficiency and reduce test execution time.

0 commit comments

Comments
 (0)