diff options
author | Alexander Kabui | 2021-02-10 08:14:03 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-02-13 16:55:08 +0300 |
commit | 02ac2fd38fea7f85b3ef89464157a7c0d1ffcac7 (patch) | |
tree | cdf9eccf7cf56309c973353cad708befaecb828a /.github/workflows | |
parent | cd5b32a69215bf5c168b7619ebc881908845204c (diff) | |
download | genenetwork2-02ac2fd38fea7f85b3ef89464157a7c0d1ffcac7.tar.gz |
fix:starting genenetwork on the background
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 2 |
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: | |