aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorzsloan2021-02-16 21:06:39 +0000
committerzsloan2021-02-16 21:06:39 +0000
commitecd189bd171efab8405dd3d8875ee402578bea6f (patch)
tree5090ae3e69246b0c6a7bbcf3649daf16bab68fba /.github
parent31047da5d5a50ef2f6485584c9b38e6d8c9068a9 (diff)
parent187415f223b101f8c0b0ac100b2cf8e19c0ad3a5 (diff)
downloadgenenetwork2-ecd189bd171efab8405dd3d8875ee402578bea6f.tar.gz
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2342796a..a36abc0a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -46,3 +46,21 @@ jobs:
WEBSERVER_MODE=DEBUG LOG_LEVEL=DEBUG \
GENENETWORK_FILES=/genotype_files/ bin/genenetwork2 \
etc/default_settings.py -c -m unittest discover -v
+
+ - name: Start Genenetwork as a Background Task
+ run: |
+ env GN2_PROFILE=/gn2-profile \
+ TMPDIR=/tmp SERVER_PORT=5004 \
+ WEBSERVER_MODE=DEBUG LOG_LEVEL=DEBUG \
+ GENENETWORK_FILES=/genotype_files/ bin/genenetwork2 \
+ etc/default_settings.py&
+
+ - name: Test for Broken Links
+ run: |
+
+ env GN2_PROFILE=/gn2-profile \
+ TMPDIR=/tmp\
+ WEBSERVER_MODE=DEBUG LOG_LEVEL=DEBUG \
+ GENENETWORK_FILES=/genotype_files/ bin/genenetwork2 \
+ etc/default_settings.py -c /__w/genenetwork2/genenetwork2/test/requests/links_scraper/genelinks.py
+