Skip to content

Commit

Permalink
Update docs/actions-pipelines.md
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Maude <[email protected]>
  • Loading branch information
inglesp and StevenMaude authored Nov 16, 2023
1 parent fe39a51 commit 35de709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/actions-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This section covers how to develop, run, and test your code to ensure it will wo

## Project pipelines

The [ehrQL](/ehrql/) documentation describes how to make an action which generate dummy datasets based on the instructions defined in your `dataset_definition.py` script.
The [ehrQL](/ehrql/how-to/dummy-data.md) documentation describes how to make an action which generate dummy datasets based on the instructions defined in your `dataset_definition.py` script.
These dummy datasets are the basis for developing the analysis code that will eventually be passed to the server to run on real datasets.
The code can be written and run on your local machine using whatever development set up you prefer (e.g., developing R in RStudio).
However, it's important to ensure that this code will run successfully in OpenSAFELY's secure environment too, using the specific language and package versions that are installed there. To do this, you should use the project pipeline.
Expand Down

0 comments on commit 35de709

Please sign in to comment.