From abdd1f71d156bc707f9886f6995904ecc3fde376 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 31 Mar 2020 14:51:32 -0400 Subject: [PATCH] Add GHA example --- docs/options.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/options.md b/docs/options.md index d2feaa0f..57dbd62f 100644 --- a/docs/options.md +++ b/docs/options.md @@ -42,6 +42,13 @@ variables: CIBW_TEST_COMMAND: "nosetests {project}/tests" ``` +> .github/workflows/*.yml ([docs](https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables)) (can be global, in job, or in step) +```yaml +env: + CIBW_TEST_REQUIRES: nose + CIBW_TEST_COMMAND: "nosetests {project}/tests" +``` + ## Build selection