From 9e0be354cc17a3d41312201ae5d0158c3a569d30 Mon Sep 17 00:00:00 2001 From: D-Pankey <30415217+D-Pankey@users.noreply.github.com> Date: Wed, 3 May 2023 16:37:48 -0400 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 892c1679..354407a5 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -21,3 +21,25 @@ jobs: run: python manage.py migrate - name: Run tests run: python manage.py test + env: + RIDGEBACK_DB_NAME: github_actions + RIDGEBACK_DB_PASSWORD: postgres + RIDGEBACK_DB_USERNAME: postgres + RIDGEBACK_TOIL_JOB_STORE_ROOT: /sample_path + RIDGEBACK_TOIL_WORK_DIR_ROOT: /sample_path + RIDGEBACK_TOIL_TMP_DIR_ROOT: /sample_path + RIDGEBACK_LSF_WALLTIME: 10:00 + RIDGEBACK_LSF_SLA: SLA + CELERY_LOG_PATH: /sample_path + CELERY_PID_PATH: /sample_path + CELERY_BEAT_SCHEDULE_PATH: /sample_path + RIDGEBACK_NEXTFLOW_JOB_STORE_ROOT: /sample_path + RIDGEBACK_NEXTFLOW_WORK_DIR_ROOT: /sample_path + RIDGEBACK_NEXTFLOW_TMP_DIR_ROOT: /sample_path + SINGULARITY_PATH: /sample_singularity + RIDGEBACK_VENV: /sample_path + RIDGEBACK_PATH: /sample_path + RIDGEBACK_PORT: 4009 + RIDGEBACK_DEFAULT_QUEUE: sample_queue + RIDGEBACK_RABBITMQ_USERNAME: sample_username + RIDGEBACK_RABBITMQ_PASSWORD: sample_password