diff options
author | BonfaceKilz | 2021-05-11 11:09:36 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-05-11 11:10:47 +0300 |
commit | 5e3e8e5847fe994652e3c6675ce96312fd9dc16a (patch) | |
tree | 4e213b18c6d543843731583df4fc5a2d8356b07d | |
parent | d32b7f3a877f33ca90af2a4206d8e0d5e04c36de (diff) | |
download | genenetwork2-5e3e8e5847fe994652e3c6675ce96312fd9dc16a.tar.gz |
workflows: main.yml: Remove hard-coded path
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64c0fdb2..2b7c3b16 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,10 +57,10 @@ jobs: - 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 + etc/default_settings.py -c \ + $PWD/test/requests/links_scraper/genelinks.py |