aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorzsloan2021-10-12 18:25:08 +0000
committerzsloan2021-10-12 18:25:08 +0000
commit0fa75b3d31a96a109d06306a1b41956ec06eae08 (patch)
tree328fa1587a7229f1acf184ec8fbbc7b2438f2d2e /.github
parent6c9cfe7bd0bdedce2ea13cdc873e998a27295e20 (diff)
parenta212ad123f902b6a9c74bcac1d98bc274cebbdda (diff)
downloadgenenetwork2-0fa75b3d31a96a109d06306a1b41956ec06eae08.tar.gz
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into feature/add_rqtl_pairscan
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f279a7e5..8e2c7966 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -55,11 +55,11 @@ jobs:
GENENETWORK_FILES=/genotype_files/ bin/genenetwork2 \
etc/default_settings.py -c -m unittest discover -v
- - 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 \
- $PWD/test/requests/links_scraper/genelinks.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 \
+ # $PWD/test/requests/links_scraper/genelinks.py