diff options
author | Frederick Muriuki Muriithi | 2021-10-12 14:34:38 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-10-12 14:34:38 +0300 |
commit | bfb9d00aabd140cd30ffd0d586464f2341550f6c (patch) | |
tree | 3c999a8761e25457be432d0a036974c88fac47ad /.github/workflows/main.yml | |
parent | 8153dd9cf423ffbd81e48fbd1a39b265fe819c08 (diff) | |
parent | 9b28d111ad156f3862286e88bc220e02d5e1312b (diff) | |
download | genenetwork2-bfb9d00aabd140cd30ffd0d586464f2341550f6c.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into clustered_heatmaps
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 16 |
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 |