From 7076181f46b7eb1a9acd48ca69a1883000bd047c Mon Sep 17 00:00:00 2001 From: Lukas Forer Date: Mon, 22 Jul 2024 08:52:21 +0200 Subject: [PATCH] Update github-actions.md --- docs/tutorials/github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/github-actions.md b/docs/tutorials/github-actions.md index d2af44cd..7f683052 100644 --- a/docs/tutorials/github-actions.md +++ b/docs/tutorials/github-actions.md @@ -2,7 +2,7 @@ !!! warning - This feature is experimental and requires nf-test 0.9.0-rc1 or higher + This feature requires nf-test 0.9.0 or higher 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.