Skip to content

Commit

Permalink
add docs about skipping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Jan 9, 2025
1 parent 6e6d3a4 commit 4a1c602
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sites/docs/src/content/docs/guidelines/components/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,11 @@ No other settings should go into this file.
Supply the config only to the tests that use `params`, otherwise define `params` for every test including the stub test.
:::

### Skipping CI test profiles

If a module does not support a particular test profile, it can be skipped by adding the path to corresponding section in the `.github/skip_nf_test.json` file.
Please keep the file sorted alphabetically by the path.

## Misc

### General module code formatting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ No other settings should go into this file.
Supply the config only to the tests that use `params`, otherwise define `params` for every test including the stub test.
:::

## Skipping CI test profiles

If a subworkflow does not support a particular test profile, it can be skipped by adding the path to the corresponding section in the `.github/skip_nf_test.json` file.
Please keep the file sorted alphabetically by the path.

## Misc

### General module code formatting
Expand Down

0 comments on commit 4a1c602

Please sign in to comment.