about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--genenetwork-development.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index 24176c0..282fe2b 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -440,7 +440,9 @@ genenetwork3 source from the latest commit of @var{project}."
                            (name "gn3-auth-flow-tests")
                            (run (gn-integration-tests-gexp
                                  config
-                                 (list "pytest" "-m" "gn3 and auth_flow" "-v")))
+                                 (list "pytest" "-m" "gn3 and auth_flow" "-v")
+                                 #:setup (list (setup-gn-auth-credentials-gexp))
+                                 #:teardown (list (teardown-gn-auth-credentials-gexp))))
                            (trigger? #f))))
            (ci-jobs-trigger 'webhook))
           (forge-project