diff options
author | BonfaceKilz | 2021-10-06 21:01:54 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-10-06 21:01:54 +0300 |
commit | c1b23a1b01071c252ddae6dbea14500e4c248d84 (patch) | |
tree | e77549647b7b6419861ec48aae0eeb15354a53b2 /.github/workflows | |
parent | 870edaf2cf8ce8588ee7c58d08fc1f307f7198ec (diff) | |
download | genenetwork2-c1b23a1b01071c252ddae6dbea14500e4c248d84.tar.gz |
workflows: main.yml: Disable link checking
Diffstat (limited to '.github/workflows')
-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 |