aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexander Kabui2021-02-10 08:14:03 +0300
committerBonfaceKilz2021-02-13 16:55:08 +0300
commit02ac2fd38fea7f85b3ef89464157a7c0d1ffcac7 (patch)
treecdf9eccf7cf56309c973353cad708befaecb828a /.github
parentcd5b32a69215bf5c168b7619ebc881908845204c (diff)
downloadgenenetwork2-02ac2fd38fea7f85b3ef89464157a7c0d1ffcac7.tar.gz
fix:starting genenetwork on the background
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 79c69699..a8642806 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -53,7 +53,7 @@ jobs:
TMPDIR=/tmp SERVER_PORT=5004 \
WEBSERVER_MODE=DEBUG LOG_LEVEL=DEBUG \
GENENETWORK_FILES=/genotype_files/ bin/genenetwork2 \
- etc/default_settings.py
+ etc/default_settings.py&
- name: Test for Broken Links
run: |