aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBonfaceKilz2021-05-11 11:09:36 +0300
committerBonfaceKilz2021-05-11 11:10:47 +0300
commit5e3e8e5847fe994652e3c6675ce96312fd9dc16a (patch)
tree4e213b18c6d543843731583df4fc5a2d8356b07d /.github/workflows
parentd32b7f3a877f33ca90af2a4206d8e0d5e04c36de (diff)
downloadgenenetwork2-5e3e8e5847fe994652e3c6675ce96312fd9dc16a.tar.gz
workflows: main.yml: Remove hard-coded path
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml4
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