Skip to content

Commit

Permalink
Deployed 3a39fdd with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed May 23, 2024
1 parent 35b4b8f commit 6830703
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions tutorials/github-actions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,10 @@


<h1 id="setup-nf-test-on-github-actions">Setup nf-test on GitHub Actions</h1>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This feature is experimental and requires nf-test 0.9.0-rc1 or higher</p>
</div>
<p>In this tutorial, we will guide you through setting up and running <code>nf-test</code> 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 <code>--changes-since</code> option.</p>
<p>By the end of this tutorial, you will have a clear understanding of how to:</p>
<ol>
Expand Down

0 comments on commit 6830703

Please sign in to comment.