From 3de953453e62577a5fc6050bd20f7df92c45f6a4 Mon Sep 17 00:00:00 2001 From: Josh McVey Date: Mon, 18 Dec 2023 08:54:39 -0600 Subject: [PATCH] feat(doc): document gh workflow dispatch --- app-testing/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-testing/README.md b/app-testing/README.md index f3d1d661166..9327b2814af 100644 --- a/app-testing/README.md +++ b/app-testing/README.md @@ -79,3 +79,8 @@ This allows us to run one or many. 1. add the protocol stem to `protocol_files.py` 1. add the protocol data as a property to `protocols.py` 1. run `make print-protocols` + +### Analyses Snapshot Test + +- run the Workflow Dispatch job + - `gh workflow run 'Analyses Snapshot Test' --ref 7.1-analyses-battery -f TARGET=v7.1.0-alpha.10 -f TEST_SOURCE=7.1-analyses-battery`